Metadata-Version: 2.1
Name: green
Version: 2.5.3
Summary: Green is a clean, colorful, fast python test runner.
Home-page: https://github.com/CleanCut/green
Download-URL: https://github.com/CleanCut/green/tarball/2.5.3
Author: Nathan Stocks
Author-email: nathan.stocks@gmail.com
License: MIT
Keywords: nose,nose2,trial,pytest,py.test,tox,green,tdd,test,tests,functional,system,unit,unittest,color,tabular,clean,red,rednose,regression,runner,integration,smoke,white,black,box,incremental,end,end-to-end,sanity,acceptance,load,stress,performance,usability,install,uninstall,recovery,security,comparison,alpha,beta,non-functional,destructive,accessibility,internationalization,i18n,localization,l10n,development,a/b,concurrent,conformance,verification,validation,quality,assurance,ad-hoc,agile,api,automated,all,pairs,pairwise,boundary,value,branch,browser,condition,coverage,dynamic,exploratory,equivalence,partitioning,fuzz,gui,glass,gorilla,interface,keyword,penetration,retesting,risk,based,scalability,soak,volume,vulnerability
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
Requires-Dist: colorama
Requires-Dist: python-termstyle
Requires-Dist: unidecode
Requires-Dist: colorama>=0.2.5; sys_platform == "win32"
Requires-Dist: backports.shutil_get_terminal_size>=1.0.0; python_version == "2.7"
Requires-Dist: backports.shutil_get_terminal_size>=1.0.0; python_version == "3.3"

Green
=====

Green is a clean, colorful, fast python test runner.

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
--------

- **Clean** - Low redundancy in output. Result stats for each test is lined up in a vertical column.
- **Colorful** - Terminal output makes good use of color when the terminal supports it.
- **Fast** - Tests run in independent processes.  (One per processor by default.  Does not play nicely with gevent.)
- **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.4+, and `PyPy`_
- **Portable** - Completely supports OS X, Linux, and BSDs (and Windows on Python 2.7 and mostly on 3.4+)
- **Living** - This project grows and changes.  See the `changelog`_


.. _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.md
