summaryrefslogtreecommitdiff
path: root/test/backunittest.py
Commit message (Expand)AuthorAgeFilesLines
* Add assertGreater to our arsenal.Ned Batchelder2012-11-121-0/+7
* Add in assertNotIn.Ned Batchelder2012-11-101-0/+7
* Add assertIn for test use.Ned Batchelder2012-11-091-1/+8
* Make my backport of assertRegexpMatches truly compatible with the stdlib defi...Ned Batchelder2012-11-041-4/+5
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
* imported patch multiline-msgNed Batchelder2010-04-261-3/+5
* Mark some lines as uncoverable, add some tests for some test methods.Ned Batchelder2009-12-261-2/+2
* It helps if you exclude the proper pragma comment.Ned Batchelder2009-12-201-2/+2
* I never liked the assert_ method anyway. Use assertTrue and assertFalse inst...Ned Batchelder2009-12-131-6/+12
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-5/+5
* Rename our future-happy unittest methods to match their future versions, and ...Ned Batchelder2009-11-261-53/+67
* Refactor generic unittest methods into a new class.Ned Batchelder2009-11-261-0/+71