summaryrefslogtreecommitdiff
path: root/subdir
AgeCommit message (Collapse)AuthorFilesLines
2013-10-06Revert patch from JannisLars Wirzenius9-39/+1
Merging this breaks test suite for cliapp. I don't know why.
2013-09-27Fix importing submodules with the same basenamesJannis Pohlmann9-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.
2012-01-19disable logging output while unit tests are runLars Wirzenius1-0/+3
2011-08-29Change CoverageTestRunner.py to run stuff only in named dirs.Lars Wirzenius1-1/+4
2009-11-18Switch rules file to dh, and assorted changes.Lars Wirzenius1-0/+0
2008-07-19Report number of excluded statements in the output.Lars Wirzenius1-1/+2
2008-07-15Remove directory path from filenames in the output, if it is the current ↵Lars Wirzenius1-2/+0
working directory.
2007-11-11Wrote a README.Lars Wirzenius1-0/+2
2007-11-11Added sample files.Lars Wirzenius2-0/+20