summaryrefslogtreecommitdiff
path: root/tests/coveragetest.py
Commit message (Expand)AuthorAgeFilesLines
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Remove some unneeded __init__.py importsNed Batchelder2015-07-231-1/+2
* Add test of the debug output when reading/writing dataNed Batchelder2015-07-181-1/+11
* Move suffix logic into data.pyNed Batchelder2015-07-151-1/+1
* Refactor datetime recency testing into a tested test helperNed Batchelder2015-04-251-0/+9
* Don't report negative line numbers through get_line_dataNed Batchelder2015-02-191-0/+4
* Properly handle crazy-long code objects. #359Ned Batchelder2015-02-171-5/+7
* Move some code to where it belongsNed Batchelder2015-02-141-10/+13
* Vertical importsNed Batchelder2015-02-091-1/+7
* Remove 4 pylint warnings.Ned Batchelder2015-02-091-0/+1
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-071-0/+6
* Fix a method name to be snake_case.Ned Batchelder2015-02-071-4/+4
* Remove unused importsNed Batchelder2015-01-101-1/+0
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix t...Ned Batchelder2014-12-121-1/+1
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-3/+3
* 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