Metadata-Version: 1.0
Name: nose
Version: 0.9.0
Summary: A unittest extension offering automatic test suite discovery, simplified test authoring, and output capture
Home-page: http://somethingaboutorange.com/mrl/projects/nose/
Author: Jason Pellerin
Author-email: jpellerin+nose@gmail.com
License: GNU LGPL
Download-URL: http://somethingaboutorange.com/mrl/projects/nose/nose-0.9.0.tar.gz
Description: nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic. By default, nose will run tests in files or directories under the current working directory whose names include "test". nose also supports doctest tests and may optionally provide a test coverage report.
Keywords: test unittest doctest automatic discovery
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
