Language

Package: python-coverage-test-runner @ 1.15

Synopsis

Python module for running unit tests

Description

CoverageTestRunner is a python module for running unit tests and failing them if the unit test module does not exercise all statements in the module it tests.

Home page
https://liw.fi/coverage-test-runner/
Location
gnu/packages/check.scm (line: 2212, column: 2)
License

Lint warnings

LinterMessageLocation
inputs-should-be-native

Identify inputs that should be native inputs

'python-coverage' should probably be a native input
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?