setuptools-green

Provides a 'test' command for running tests with green


Keywords
development, testing
License
MIT
Install
pip install setuptools-green==0.0.9

Documentation

Setuptools Green

This module provides a "green" command for setuptools scripts that uses green to run tests.

Status

Travis CI (Ubuntu) AppVeyor (Windows) Coverage PyPI Licence
Travis AppVeyor Coveralls PyPIVersionPyPIPythons License

Usage

Options for 'GreenTestCommand' command:
  --quiet          Don't show test descriptions when running
  --concurrent     Run tests concurrently
  --coverage       Collect coverage
  --coverage-omit  Patterns to omit from coverage, comma separated
  --target         Name of subdirectory where tests are to be found

By default, the verbose mode is used, but you can pass --quiet to just show dots for passes and "E" for failures.