Language

Package: python-green @ 4.0.2

Synopsis

Clean, colorful, fast Python test runner

Description

green is a Python test runner that describes itself as:

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

Powerful

Multi-target and auto-discovery support.

Traditional

It uses the normal unittest classes and methods.

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.

Home page
https://github.com/CleanCut/green
Location
License

Lint warnings

LinterMessageLocation
inputs-should-be-native

Identify inputs that should be native inputs

'python-coverage' should probably be a native input
  • gnu/packages/python-check.scm (line: 832, column: 2)