Fri, 07 Jun 2024 02:40:44 UTC | login

Information for build python-coverage-test-runner-1.11-7.fc28

ID36743
Package Namepython-coverage-test-runner
Version1.11
Release7.fc28
Epoch
SummaryPython module for enforcing code coverage completeness
DescriptionCoverageTestRunner 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Jun 2018 11:32:48 UTC
CompletedThu, 07 Jun 2018 11:32:48 UTC
Tags
f29
f30
f31
RPMs
src
python-coverage-test-runner-1.11-7.fc28.src.rpm (info) (download)
noarch
python2-coverage-test-runner-1.11-7.fc28.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Aug 25 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.11-6 - Reference python2-coverage with python2 prefix * Tue Aug 22 2017 Iryna Shcherbina <ishcherb@redhat.com> - 1.11-5 - Add a build-time dependency on python2-devel and modernize spec file * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.11-4 - Python 2 binary package renamed to python2-coverage-test-runner See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Jan 09 2017 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.11-1 - Update to 1.11 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-7 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sun Jul 19 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.10-5 - Adjust for removal of deprecated top-level module functions in coverage-4.0a6 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sat Apr 20 2013 Michel Salim <salimma@fedoraproject.org> - 1.10-1 - Update to 1.10 * Mon Feb 25 2013 Michel Salim <salimma@fedoraproject.org> - 1.9-1 - Update to 1.9 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jun 04 2012 Michel Salim <salimma@fedoraproject.org> - 1.8-1 - Update to 1.8 - Drop unneeded conditional declaration of %{python_sitelib} * Sun Jun 03 2012 Michel Salim <salimma@fedoraproject.org> - 1.0-1 - Initial package