| 1 | Metadata-Version: 1.0 | 
|---|
| 2 | Name: nose | 
|---|
| 3 | Version: 0.11.1 | 
|---|
| 4 | Summary: nose extends unittest to make testing easier | 
|---|
| 5 | Home-page: http://somethingaboutorange.com/mrl/projects/nose/ | 
|---|
| 6 | Author: Jason Pellerin | 
|---|
| 7 | Author-email: jpellerin+nose@gmail.com | 
|---|
| 8 | License: GNU LGPL | 
|---|
| 9 | Download-URL: http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.1.tar.gz | 
|---|
| 10 | Description: nose extends the test loading and running features of unittest, making | 
|---|
| 11 |         it easier to write, find and run tests. | 
|---|
| 12 |          | 
|---|
| 13 |         By default, nose will run tests in files or directories under the current | 
|---|
| 14 |         working directory whose names include "test" or "Test" at a word boundary | 
|---|
| 15 |         (like "test_this" or "functional_test" or "TestClass" but not | 
|---|
| 16 |         "libtest"). Test output is similar to that of unittest, but also includes | 
|---|
| 17 |         captured stdout output from failing tests, for easy print-style debugging. | 
|---|
| 18 |          | 
|---|
| 19 |         These features, and many more, are customizable through the use of | 
|---|
| 20 |         plugins. Plugins included with nose provide support for doctest, code | 
|---|
| 21 |         coverage and profiling, flexible attribute-based test selection, | 
|---|
| 22 |         output capture and more. More information about writing plugins may be | 
|---|
| 23 |         found on in the nose API documentation, here: | 
|---|
| 24 |         http://somethingaboutorange.com/mrl/projects/nose/ | 
|---|
| 25 |          | 
|---|
| 26 |         If you have recently reported a bug marked as fixed, or have a craving for | 
|---|
| 27 |         the very latest, you may want the unstable development version instead: | 
|---|
| 28 |         http://bitbucket.org/jpellerin/nose/get/tip.gz#egg=nose-dev | 
|---|
| 29 |          | 
|---|
| 30 | Keywords: test unittest doctest automatic discovery | 
|---|
| 31 | Platform: UNKNOWN | 
|---|
| 32 | Classifier: Development Status :: 4 - Beta | 
|---|
| 33 | Classifier: Intended Audience :: Developers | 
|---|
| 34 | Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) | 
|---|
| 35 | Classifier: Natural Language :: English | 
|---|
| 36 | Classifier: Operating System :: OS Independent | 
|---|
| 37 | Classifier: Programming Language :: Python | 
|---|
| 38 | Classifier: Topic :: Software Development :: Testing | 
|---|