summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert patch from JannistrunkLars Wirzenius2013-10-0612-51/+3
| | | | Merging this breaks test suite for cliapp. I don't know why.
* Fix importing of modules with the same basenameLars Wirzenius2013-10-0612-3/+51
|\ | | | | | | By Jannis Pohlmann
| * Fix importing submodules with the same basenamesJannis Pohlmann2013-09-2711-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.10Lars Wirzenius2013-04-173-3/+3
|
* Prepare release version 1.9.1Lars Wirzenius2013-04-173-1/+13
|
* Remove outdated project.meta fileLars Wirzenius2013-04-171-3/+0
|
* Add license summariesLars Wirzenius2013-04-164-2/+15
|\
| * Fix license summary shortnamesLars Wirzenius2013-04-163-3/+3
| | | | | | | | GPL-3+, not GPL3+. The dash is significant.
| * Add license summaries and update copyright infoLars Wirzenius2013-04-164-2/+15
|/
* Fix home page URL and copyright years in READMELars Wirzenius2012-09-251-2/+2
|
* Fix debian/changelog release nameCoverageTestRunner-1.9Lars Wirzenius2012-09-231-1/+1
|
* Prepare release 1.9Lars Wirzenius2012-09-232-1/+7
|
* Update NEWS for releaseLars Wirzenius2012-09-231-0/+5
|
* Update home page addressLars Wirzenius2012-05-051-1/+1
|
* add publishing of docs to my websitecoverage-test-runner-1.8Lars Wirzenius2012-01-191-0/+1
|
* Prepare release version 1.8.Lars Wirzenius2012-01-191-0/+6
|
* disable logging output while unit tests are runLars Wirzenius2012-01-193-3/+29
|
* update NEWS with new featureLars Wirzenius2011-12-261-0/+6
|
* disable progress reporting when output does not go to a terminalLars Wirzenius2011-12-261-3/+7
|
* Release version 1.7.1.coverage-test-runner-1.7.1Lars Wirzenius2011-09-043-3/+14
|
* Add project.meta for unperish.coverage-test-runner-1.7Lars Wirzenius2011-09-041-0/+2
|
* Release version 1.7.Lars Wirzenius2011-09-043-4/+5
|
* Update NEWS file with new features.Lars Wirzenius2011-08-291-0/+9
|
* Normalize paths in --ignored-missing-from file.Lars Wirzenius2011-08-291-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 Wirzenius2011-08-291-2/+2
|
* Change CoverageTestRunner.py to run stuff only in named dirs.Lars Wirzenius2011-08-296-9/+19
|
* Update packaging to use dh_python2.Lars Wirzenius2011-06-284-4/+9
|
* Update NEWS for release 1.6.coverage-test-runner-1.6Lars Wirzenius2011-06-031-0/+8
|
* Update debian/changelog with changes.Lars Wirzenius2011-06-031-0/+11
|
* Add Homepage: field to Debian packaging.Lars Wirzenius2011-06-031-0/+1
|
* Add debian/source/format.Lars Wirzenius2011-06-031-0/+1
|
* Bump upstream version number.Lars Wirzenius2011-06-031-1/+1
|
* Make package use non-native version number and set upload target.Lars Wirzenius2011-06-031-1/+1
|
* Add missing build-dep on python-coverage.Lars Wirzenius2011-06-031-1/+2
|
* Tweak build-deps and add X-Python-Version header.Lars Wirzenius2011-06-031-1/+2
|
* Bump Standards-Version.Lars Wirzenius2011-06-031-1/+1
| | | No other changes necessary.
* Fix typo.Lars Wirzenius2011-06-031-1/+1
|
* Update setup.py for PyPI submission.Lars Wirzenius2011-06-032-2/+39
|
* Update the README.Lars Wirzenius2011-06-031-38/+52
|
* Remove non-DEP5 parts of debian/copyright.Lars Wirzenius2011-06-021-24/+0
|
* Update copyright license to GPL3+.Lars Wirzenius2011-06-025-325/+690
|
* Prepare changelog for re-uploading to Debian.Lars Wirzenius2011-05-261-0/+6
|
* Release version 1.5.version_1_5Lars Wirzenius2011-02-183-1/+13
|
* Ignore setup.py by default.Lars Wirzenius2011-02-181-1/+1
|
* Report number of excluded modules.Lars Wirzenius2011-02-181-0/+8
|
* Release version 1.4.1, with profiling support.Lars Wirzenius2010-06-074-4/+18
|
* Fix upload target.Lars Wirzenius2010-04-051-1/+1
|
* Build for Debian squeeze.Lars Wirzenius2010-04-051-0/+6
|
* Release version 1.3.Lars Wirzenius2010-02-143-1/+14
|
* Make threshold for reporting slow tests be user-settableLars Wirzenius2010-02-141-1/+2
| | | via $COVERAGE_TEST_RUNNER_MAX_TIME.