summaryrefslogtreecommitdiff
path: root/subdir
Commit message (Collapse)AuthorAgeFilesLines
* Revert patch from JannistrunkLars Wirzenius2013-10-069-39/+1
| | | | Merging this breaks test suite for cliapp. I don't know why.
* Fix importing submodules with the same basenamesJannis Pohlmann2013-09-279-1/+39
| | | | | | | | | | | | | | | | 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.
* disable logging output while unit tests are runLars Wirzenius2012-01-191-0/+3
|
* Change CoverageTestRunner.py to run stuff only in named dirs.Lars Wirzenius2011-08-291-1/+4
|
* Switch rules file to dh, and assorted changes.Lars Wirzenius2009-11-181-0/+0
|
* Report number of excluded statements in the output.Lars Wirzenius2008-07-191-1/+2
|
* Remove directory path from filenames in the output, if it is the current ↵Lars Wirzenius2008-07-151-2/+0
| | | | working directory.
* Wrote a README.Lars Wirzenius2007-11-111-0/+2
|
* Added sample files.Lars Wirzenius2007-11-112-0/+20