summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.rst
Commit message (Expand)AuthorAgeFilesLines
* Typo fixesAndrew M. Kuchling2009-04-091-6/+6
* Adding assertIs and assertIsNot methods to unittest.TestCaseMichael Foord2009-04-051-0/+17
* Better exception messages for unittest assert methods.Michael Foord2009-04-021-1/+19
* Issue an actual PendingDeprecationWarning for the TestCase.fail* methods.Gregory P. Smith2009-03-311-0/+21
* The unittest.TestCase.assertEqual() now displays the differences in lists,Gregory P. Smith2009-03-311-21/+205
* fix consistencyBenjamin Peterson2009-03-291-2/+2
* stop the versionchanged directive from hiding the docsBenjamin Peterson2009-03-291-5/+7
* a more realistic exampleBenjamin Peterson2009-03-291-1/+15
* rename TestCase.skip() to skipTest() because it causes annoying problems with...Benjamin Peterson2009-03-261-1/+1
* Add links to related resources.Raymond Hettinger2009-03-241-0/+6
* forgot to document that setUp can be skipped (silly me...)Benjamin Peterson2009-03-231-2/+5
* refactor unittest docsBenjamin Peterson2009-03-231-389/+413
* comply with the evilJavaNamingScheme for attribute namesBenjamin Peterson2009-03-231-2/+2
* implement test skipping and expected failuresBenjamin Peterson2009-03-231-5/+128
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* wrong version number in doc changes committed in r67979Antoine Pitrou2008-12-281-1/+1
* Issue #4444: Allow assertRaises() to be used as a context handler.Antoine Pitrou2008-12-281-2/+9
* #3912: document default for *places* arg.Georg Brandl2008-09-211-2/+4
* #2757: Remove spare newline.Georg Brandl2008-05-041-1/+0
* #2249: document assertTrue and assertFalse.Georg Brandl2008-03-091-0/+2
* #1467: fix documentation for TestResult.add{Error,Failure}.Georg Brandl2007-11-241-4/+6
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+936