summaryrefslogtreecommitdiff
path: root/test/test_testing.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename our future-happy unittest methods to match their future versions, and ↵Ned Batchelder2009-11-261-11/+54
| | | | let the future versions win if they exist.
* Refactor generic unittest methods into a new class.Ned Batchelder2009-11-261-3/+3
|
* Add a multiline test assert, lifted from Py3.1Ned Batchelder2009-11-211-0/+5
|
* Dur! This is a better way to indicate how the tests should run.Ned Batchelder2009-11-181-3/+1
|
* Avoid some unneeded tempdir creation in tests.Ned Batchelder2009-11-151-0/+4
|
* Py 2.3 supportNed Batchelder2009-10-251-0/+2
|
* Add an assert_matches method, and tests to prove it works.Ned Batchelder2009-10-251-0/+26