summaryrefslogtreecommitdiff
path: root/tests/test_testing.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-5/+5
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-16/+12
* Use unittest2 to get rid of a bunch of our own test assertion implementations.Ned Batchelder2013-12-161-98/+0
* Add assert_starts_withNed Batchelder2013-12-141-0/+11
* Generator expressons are ok now.Ned Batchelder2013-10-191-2/+2
* Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-3/+2
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-051-1/+28
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-2/+2
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+192