summaryrefslogtreecommitdiff
path: root/test-excluded
Commit message (Collapse)AuthorAgeFilesLines
* Revert patch from JannistrunkLars Wirzenius2013-10-061-4/+1
| | | | Merging this breaks test suite for cliapp. I don't know why.
* Fix importing submodules with the same basenamesJannis Pohlmann2013-09-271-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.
* Change CoverageTestRunner.py to run stuff only in named dirs.Lars Wirzenius2011-08-291-1/+1
|
* Switch rules file to dh, and assorted changes.Lars Wirzenius2009-11-181-0/+2