Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare to release version 1.13CoverageTestRunner-1.13 | Lars Wirzenius | 2017-07-05 | 1 | -2/+3 |
| | |||||
* | Add: a Python3 version of the package | Lars Wirzenius | 2017-07-05 | 4 | -13/+20 |
| | |||||
* | Fix so ./testrun works with Python3 | Lars Wirzenius | 2016-12-04 | 1 | -24/+24 |
| | |||||
* | Fix debian/rules for Debian 8 | Lars Wirzenius | 2016-10-08 | 2 | -3/+2 |
| | |||||
* | Raise debhelper dependency to >= 9 | Lars Wirzenius | 2016-10-08 | 3 | -4/+6 |
| | |||||
* | Bump version number | Lars Wirzenius | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Update Python dependency to 2.7 or later | Lars Wirzenius | 2016-09-06 | 2 | -2/+9 |
| | |||||
* | Prepare release 1.11coverage-test-runner-1.11 | Lars Wirzenius | 2015-10-25 | 3 | -3/+8 |
| | |||||
* | Adapt Salim's change for older coverage.py | Lars Wirzenius | 2015-09-07 | 1 | -1/+6 |
| | |||||
* | Adjust for removal of top-level module functions in coverage 4.0a6 | Michel Alexandre Salim | 2015-09-07 | 1 | -5/+6 |
| | |||||
* | Make regexp string r'' | Lars Wirzenius | 2015-04-18 | 1 | -1/+1 |
| | |||||
* | Fix whitespace problems | Lars Wirzenius | 2015-04-18 | 1 | -28/+27 |
| | |||||
* | Tweak debian/control | Lars Wirzenius | 2014-03-29 | 2 | -2/+11 |
| | |||||
* | Revert patch from Jannistrunk | Lars Wirzenius | 2013-10-06 | 12 | -51/+3 |
| | | | | Merging this breaks test suite for cliapp. I don't know why. | ||||
* | Fix importing of modules with the same basename | Lars Wirzenius | 2013-10-06 | 12 | -3/+51 |
|\ | | | | | | | By Jannis Pohlmann | ||||
| * | Fix importing submodules with the same basenames | Jannis Pohlmann | 2013-09-27 | 11 | -3/+44 |
|/ | | | | | | | | | | | | | | | | This patch fixes a bug in CoverageTestRunner.py, where submodules with the same basenames were not loaded into separate module objects. Because the module names passed to imp.load_module() were the same, previously loaded modules would be reloaded in place, causing different problems: 1. Imports of the affected modules in the test and tested code would sometimes import a different module and cause AttributeError exceptions when expected symbols were not present in the imported module. 2. Sometimes, all but one of the imported modules would incorrectly be considered to have zero test coverage. | ||||
* | Bump version number for releaseCoverageTestRunner-1.10 | Lars Wirzenius | 2013-04-17 | 3 | -3/+3 |
| | |||||
* | Prepare release version 1.9.1 | Lars Wirzenius | 2013-04-17 | 3 | -1/+13 |
| | |||||
* | Remove outdated project.meta file | Lars Wirzenius | 2013-04-17 | 1 | -3/+0 |
| | |||||
* | Add license summaries | Lars Wirzenius | 2013-04-16 | 4 | -2/+15 |
|\ | |||||
| * | Fix license summary shortnames | Lars Wirzenius | 2013-04-16 | 3 | -3/+3 |
| | | | | | | | | GPL-3+, not GPL3+. The dash is significant. | ||||
| * | Add license summaries and update copyright info | Lars Wirzenius | 2013-04-16 | 4 | -2/+15 |
|/ | |||||
* | Fix home page URL and copyright years in README | Lars Wirzenius | 2012-09-25 | 1 | -2/+2 |
| | |||||
* | Fix debian/changelog release nameCoverageTestRunner-1.9 | Lars Wirzenius | 2012-09-23 | 1 | -1/+1 |
| | |||||
* | Prepare release 1.9 | Lars Wirzenius | 2012-09-23 | 2 | -1/+7 |
| | |||||
* | Update NEWS for release | Lars Wirzenius | 2012-09-23 | 1 | -0/+5 |
| | |||||
* | Update home page address | Lars Wirzenius | 2012-05-05 | 1 | -1/+1 |
| | |||||
* | add publishing of docs to my websitecoverage-test-runner-1.8 | Lars Wirzenius | 2012-01-19 | 1 | -0/+1 |
| | |||||
* | Prepare release version 1.8. | Lars Wirzenius | 2012-01-19 | 1 | -0/+6 |
| | |||||
* | disable logging output while unit tests are run | Lars Wirzenius | 2012-01-19 | 3 | -3/+29 |
| | |||||
* | update NEWS with new feature | Lars Wirzenius | 2011-12-26 | 1 | -0/+6 |
| | |||||
* | disable progress reporting when output does not go to a terminal | Lars Wirzenius | 2011-12-26 | 1 | -3/+7 |
| | |||||
* | Release version 1.7.1.coverage-test-runner-1.7.1 | Lars Wirzenius | 2011-09-04 | 3 | -3/+14 |
| | |||||
* | Add project.meta for unperish.coverage-test-runner-1.7 | Lars Wirzenius | 2011-09-04 | 1 | -0/+2 |
| | |||||
* | Release version 1.7. | Lars Wirzenius | 2011-09-04 | 3 | -4/+5 |
| | |||||
* | Update NEWS file with new features. | Lars Wirzenius | 2011-08-29 | 1 | -0/+9 |
| | |||||
* | Normalize paths in --ignored-missing-from file. | Lars Wirzenius | 2011-08-29 | 1 | -0/+1 |
| | | | | This avoids having to say ./setup.py: one can just say setup.py now. The old form also works still, though. | ||||
* | Find tests in all specified directories. | Lars Wirzenius | 2011-08-29 | 1 | -2/+2 |
| | |||||
* | Change CoverageTestRunner.py to run stuff only in named dirs. | Lars Wirzenius | 2011-08-29 | 6 | -9/+19 |
| | |||||
* | Update packaging to use dh_python2. | Lars Wirzenius | 2011-06-28 | 4 | -4/+9 |
| | |||||
* | Update NEWS for release 1.6.coverage-test-runner-1.6 | Lars Wirzenius | 2011-06-03 | 1 | -0/+8 |
| | |||||
* | Update debian/changelog with changes. | Lars Wirzenius | 2011-06-03 | 1 | -0/+11 |
| | |||||
* | Add Homepage: field to Debian packaging. | Lars Wirzenius | 2011-06-03 | 1 | -0/+1 |
| | |||||
* | Add debian/source/format. | Lars Wirzenius | 2011-06-03 | 1 | -0/+1 |
| | |||||
* | Bump upstream version number. | Lars Wirzenius | 2011-06-03 | 1 | -1/+1 |
| | |||||
* | Make package use non-native version number and set upload target. | Lars Wirzenius | 2011-06-03 | 1 | -1/+1 |
| | |||||
* | Add missing build-dep on python-coverage. | Lars Wirzenius | 2011-06-03 | 1 | -1/+2 |
| | |||||
* | Tweak build-deps and add X-Python-Version header. | Lars Wirzenius | 2011-06-03 | 1 | -1/+2 |
| | |||||
* | Bump Standards-Version. | Lars Wirzenius | 2011-06-03 | 1 | -1/+1 |
| | | | No other changes necessary. | ||||
* | Fix typo. | Lars Wirzenius | 2011-06-03 | 1 | -1/+1 |
| |