Skip to content

Creates a "test" command for running tests using the "green" test runner

License

Notifications You must be signed in to change notification settings

polysquare/setuptools-green

Repository files navigation

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.

About

Creates a "test" command for running tests using the "green" test runner

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages