Package python-module-coverage-test-runner: Information

    Binary package: python-module-coverage-test-runner
    Version: 1.10-alt4.git20150418
    Architecture: noarch
    Build time:  Jun 1, 2019, 08:18 AM
    Report package bug
    License: GPLv3+
    Summary: Python module for enforcing code coverage completeness
    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.
    
    For example, unit tests in module foo_tests.py are supposed to test
    everything in the foo.py module, and if they don't, it's a bug in the
    test coverage. It does not matter if other tests happen to test the
    missing parts. The unit tests for the module should test everything in
    that module.

    Maintainer: Vitaly Lipatov


    Last changed


    Aug. 16, 2015 Eugeny A. Rostovtsev 1.10-alt4.git20150418
    - human build for ALT Linux Sisyphus (as request from lav@)
    July 7, 2014 Igor Vlasenko 1.10-alt1_3
    - update to new release by fcimport
    Sept. 2, 2013 Igor Vlasenko 1.10-alt1_2
    - update to new release by fcimport