summaryrefslogtreecommitdiff
path: root/tests/coveragetest.py
Commit message (Expand)AuthorAgeFilesLines
* Make the test helpers more correct on their own.Ned Batchelder2014-10-051-4/+1
* Pragmas for uncovered codeNed Batchelder2014-09-281-4/+5
* Move test helpers into the coverage package so others can use themNed Batchelder2014-09-151-258/+8
* Also refactor the temp file management.Ned Batchelder2014-09-141-87/+87
* Refactor the base test case into separate mixins using addCleanupNed Batchelder2014-09-141-80/+116
* Improve branch summarizationNed Batchelder2014-07-081-4/+13
* Remove old stuff for old PythonsNed Batchelder2014-06-031-5/+2
* Round fail-under result same as others. Fixed #284.Ned Batchelder2014-06-031-1/+17
* Minor minorNed Batchelder2014-05-171-6/+8
* Some day I will remember to fix pylint things before I check in the code.Ned Batchelder2014-05-171-2/+3
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-16/+5
* Cleaner tests of the file matchersNed Batchelder2014-03-111-5/+7
* Add assert_starts_withNed Batchelder2013-12-141-0/+5
* Merged 4.0 to defaultNed Batchelder2013-12-131-22/+14
|\
| * with statements: no more finally closeNed Batchelder2013-10-201-8/+4
| * Now I can use collections.defaultdictNed Batchelder2013-10-201-6/+3
| * Generator expressons are ok now.Ned Batchelder2013-10-191-5/+5
| * Now I can use decorators.Ned Batchelder2013-10-191-1/+1
| * Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-2/+1
* | Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.Ned Batchelder2013-10-231-3/+4
|/
* Can't just run 'python' in a subprocess from 3.x, since it doesn't install as...Ned Batchelder2013-10-051-0/+8
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-051-4/+7
* Add tooling to find test classes that use temp directories and don't need to.Ned Batchelder2013-09-281-0/+64
* Always show long diffs in test failures.Ned Batchelder2013-09-151-0/+4
* Make our sys.path adjustment more robust.Ned Batchelder2013-09-151-2/+5
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-4/+4
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+465