Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix whitespace problems | Lars Wirzenius | 2015-04-18 | 1 | -28/+27 |
| | |||||
* | Revert patch from Jannistrunk | Lars Wirzenius | 2013-10-06 | 1 | -1/+1 |
| | | | | Merging this breaks test suite for cliapp. I don't know why. | ||||
* | Fix importing submodules with the same basenames | Jannis Pohlmann | 2013-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | Prepare release version 1.9.1 | Lars Wirzenius | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | Fix license summary shortnames | Lars Wirzenius | 2013-04-16 | 1 | -1/+1 |
| | | | | GPL-3+, not GPL3+. The dash is significant. | ||||
* | Add license summaries and update copyright info | Lars Wirzenius | 2013-04-16 | 1 | -1/+3 |
| | |||||
* | Prepare release 1.9 | Lars Wirzenius | 2012-09-23 | 1 | -1/+1 |
| | |||||
* | disable logging output while unit tests are run | Lars Wirzenius | 2012-01-19 | 1 | -2/+23 |
| | |||||
* | 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 | 1 | -3/+3 |
| | |||||
* | Release version 1.7. | Lars Wirzenius | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -2/+5 |
| | |||||
* | Bump upstream version number. | Lars Wirzenius | 2011-06-03 | 1 | -1/+1 |
| | |||||
* | Update setup.py for PyPI submission. | Lars Wirzenius | 2011-06-03 | 1 | -0/+3 |
| | |||||
* | Update copyright license to GPL3+. | Lars Wirzenius | 2011-06-02 | 1 | -9/+7 |
| | |||||
* | Ignore setup.py by default. | Lars Wirzenius | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | Report number of excluded modules. | Lars Wirzenius | 2011-02-18 | 1 | -0/+8 |
| | |||||
* | Release version 1.4.1, with profiling support. | Lars Wirzenius | 2010-06-07 | 1 | -1/+6 |
| | |||||
* | Make threshold for reporting slow tests be user-settable | Lars Wirzenius | 2010-02-14 | 1 | -1/+2 |
| | | | via $COVERAGE_TEST_RUNNER_MAX_TIME. | ||||
* | Initialize variable even if --ignored-missing-from is not used. | Lars Wirzenius | 2009-09-30 | 1 | -0/+2 |
| | |||||
* | Added --ignore-missing-from. | Lars Wirzenius | 2009-09-30 | 1 | -3/+14 |
| | |||||
* | Complain about missing test modules.# | Lars Wirzenius | 2009-09-30 | 1 | -15/+46 |
| | |||||
* | Report number of excluded statements in the output. | Lars Wirzenius | 2008-07-19 | 1 | -3/+14 |
| | |||||
* | Remove directory path from filenames in the output, if it is the current ↵ | Lars Wirzenius | 2008-07-15 | 1 | -1/+7 |
| | | | | working directory. | ||||
* | Add a regular expression to exclude #pragmas, a la coverage.py's default ↵ | Lars Wirzenius | 2008-05-18 | 1 | -0/+1 |
| | | | | behavior. | ||||
* | Added --ignore-coverage option when run as a script. | Lars Wirzenius | 2008-01-23 | 1 | -3/+12 |
| | |||||
* | When running module as a script, if the tests failed, exit with a non-zero ↵ | Lars Wirzenius | 2008-01-09 | 1 | -1/+3 |
| | | | | exit code. | ||||
* | Make it possible to reload modules outside the normal module search path ↵ | Lars Wirzenius | 2007-11-11 | 1 | -0/+2 |
| | | | | (sys.path). | ||||
* | Add helpers to easily run CoverageTestRunner in a directory. | Lars Wirzenius | 2007-11-11 | 1 | -0/+11 |
| | |||||
* | Automatically find module/test module pairs in a directory tree. | Lars Wirzenius | 2007-11-11 | 1 | -1/+24 |
| | |||||
* | Initial version, snarfed from another project of mine. | Lars Wirzenius | 2007-11-11 | 1 | -0/+155 |