summaryrefslogtreecommitdiff
path: root/tests/coveragetest.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-3/+4
|\
| * Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.Ned Batchelder2013-10-231-3/+4
| |
* | 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
|/
* Can't just run 'python' in a subprocess from 3.x, since it doesn't install ↵Ned Batchelder2013-10-051-0/+8
| | | | as 'python'.
* 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
| | | | | | Nose uses a custom importer that seems to cache. Using "" for the current directory gets it confused for some reason, but only on a Mac, using Py3.3, in a virtualenv!
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-4/+4
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+465
package.