Metadata-Version: 2.1
Name: green
Version: 3.4.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/3.4.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
License-File: LICENSE

Green
=====

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

Documentation
-------------

For full documentation please visit the `Github page for Green`_, or subscribe
to `Python Testing with Green`_ on Udemy.  You can find discounts for the Udemy
course in the documentation on Github.

Features
--------

- **Clean** - Low redundancy in output. Result statistics for each test is vertically aligned.
- **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** - Multiple verbosity levels, from just dots to full docstring output.
- **Convenient** - Bash-completion and ZSH-completion of options and test targets.
- **Thorough** - Built-in integration with `coverage`_
- **Modern** - Supports Python 3.5+.  Additionally, `PyPy` is supported on a best-effort basis.
- **Portable** - macOS, Linux, and BSDs are fully supported.  Windows is supported on a best-effort basis.
- **Living** - This project grows and changes.  See the `changelog`_

.. _Github page for Green: https://github.com/CleanCut/green#green
.. _Python Testing with Green: https://www.udemy.com/python-testing-with-green/?couponCode=GREEN_ANGEL
.. _coverage: http://nedbatchelder.com/code/coverage/
.. _PyPy: http://pypy.org
.. _changelog: https://github.com/CleanCut/green/blob/main/CHANGELOG.md
