summaryrefslogtreecommitdiff
path: root/test/backunittest.py
Commit message (Collapse)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-115/+0
| | | | package.
* 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 ↵Ned Batchelder2012-11-041-4/+5
| | | | definition
* 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 ↵Ned Batchelder2009-12-131-6/+12
| | | | instead.
* 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
| | | | let the future versions win if they exist.
* Refactor generic unittest methods into a new class.Ned Batchelder2009-11-261-0/+71