Socket
Socket
Sign inDemoInstall

green

Package Overview
Dependencies
5
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    green

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


Maintainers
2

Readme

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.8+. 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

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc