summaryrefslogtreecommitdiff
path: root/test-excluded
AgeCommit message (Collapse)AuthorFilesLines
2013-10-06Revert patch from JannisLars Wirzenius1-4/+1
Merging this breaks test suite for cliapp. I don't know why.
2013-09-27Fix importing submodules with the same basenamesJannis Pohlmann1-1/+4
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.
2011-08-29Change CoverageTestRunner.py to run stuff only in named dirs.Lars Wirzenius1-1/+1
2009-11-18Switch rules file to dh, and assorted changes.Lars Wirzenius1-0/+2