Metadata-Version: 1.1
Name: green
Version: 1.3.0
Summary: Green is a clean, colorful test runner for Python unit tests.  Compare it to trial or nose.
Home-page: https://github.com/CleanCut/green
Author: Nathan Stocks
Author-email: nathan.stocks@gmail.com
License: MIT
Download-URL: https://github.com/CleanCut/green/tarball/1.3.0
Description: Green
        =====
        
        Green is a colorful, clean, fast and powerful test runner for Python unit
        tests.  Compare it to `trial`_ or `nose`_.
        
        
        Documentation
        -------------
        
        Please visit the `GitHub page for Green`_ for full documentation, including a
        nice `tutorial on how to correctly layout unit tests`_ in your own python
        project.
        
        
        Features
        --------
        
        - **Colorful** - Terminal output makes good use of color when the terminal supports it.
        - **Clean** - Low redundancy in output. Result stats for each test is lined up in a vertical column.
        - **Fast** - Can run tests in independent subprocesses.
        - **Powerful** - Multi-target + auto-discovery.
        - **Traditional** - Use the normal ``unittest`` classes and methods for your unit tests.
        - **Descriptive** - Four verbosity levels, from just dots to full docstring output.
        - **Convenient** - Bash-completion and ZSH-completion of options and test targets.
        - **Thorough** - Built-in, optional integration with `coverage`_
        - **Modern** - Supports Python 2.7, 3.3, 3.4, and `PyPy`_
        - **Portable** - Completely supports OS X, Linux, and BSDs (and maybe Windows).
        - **Flexible** - Optional HTML output.
        - **Living** - This project grows and changes.  See the `changelog`_
        
        
        .. _nose: https://nose.readthedocs.org
        .. _trial: http://twistedmatrix.com/trac/wiki/TwistedTrial
        .. _GitHub page for Green: https://github.com/CleanCut/green#green
        .. _tutorial on how to correctly layout unit tests: https://github.com/CleanCut/green#unit-test-structure-tutorial
        .. _coverage: http://nedbatchelder.com/code/coverage/
        .. _PyPy: http://pypy.org
        .. _changelog: https://github.com/CleanCut/green/blob/master/CHANGELOG
        
Keywords: nose,nose2,trial,pytest,py.test,tox,green,tdd,test,tests,functional,system,unit,unittest,color,tabular,clean,red,rednose,regression,runner
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
