summaryrefslogtreecommitdiff
path: root/tests/backunittest.py
Commit message (Expand)AuthorAgeFilesLines
* Some day I will remember to fix pylint things before I check in the code.Ned Batchelder2014-05-171-12/+13
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-4/+18
* Use unittest2 to get rid of a bunch of our own test assertion implementations.Ned Batchelder2013-12-161-81/+7
* No need for these test method replacements.Ned Batchelder2013-10-201-12/+0
* Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-201-3/+2
* Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-2/+0
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+115