summaryrefslogtreecommitdiff
path: root/tests/coveragetest.py
Commit message (Expand)AuthorAgeFilesLines
* 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 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