| Commit message (Expand) | Author | Age | Files | Lines |
* | #7864: make deprecation notices a bit clearer. | Georg Brandl | 2010-02-06 | 1 | -7/+7 |
|
|
* | Minor doc change. | Michael Foord | 2010-02-05 | 1 | -1/+1 |
|
|
* | Adding versionadded to test skipping section of unittest documentation. | Michael Foord | 2010-02-05 | 1 | -3/+2 |
|
|
* | Example of using assertRaises as a context manager in the unittest documentat... | Michael Foord | 2010-02-05 | 1 | -2/+8 |
|
|
* | Closes issue 7030. | Michael Foord | 2010-02-05 | 1 | -1/+5 |
|
|
* | Use correct assert* methods in the examples. | Ezio Melotti | 2010-02-04 | 1 | -10/+10 |
|
|
* | Minor modification to unittest documentation. | Michael Foord | 2010-01-31 | 1 | -3/+3 |
|
|
* | #7765: typos | Ezio Melotti | 2010-01-27 | 1 | -3/+3 |
|
|
* | remove wrong markup | Ezio Melotti | 2010-01-16 | 1 | -1/+1 |
|
|
* | #7388: "python".capitalize() in the Doc | Ezio Melotti | 2009-12-19 | 1 | -2/+2 |
|
|
* | #7031: Add TestCase.assertIsInstance and negated method. | Georg Brandl | 2009-10-01 | 1 | -0/+16 |
|
|
* | Documentation improvement for load_tests protocol in unittest. Issue 6515. | Michael Foord | 2009-09-27 | 1 | -0/+5 |
|
|
* | Remove an extraneous space in unittest documentation. | Michael Foord | 2009-09-13 | 1 | -1/+1 |
|
|
* | Test discovery in unittest will only attempt to import modules that are impor... | Michael Foord | 2009-09-13 | 1 | -1/+6 |
|
|
* | Objects that compare equal automatically pass or fail assertAlmostEqual and a... | Michael Foord | 2009-09-13 | 1 | -0/+6 |
|
|
* | issue 6275 | Kristján Valur Jónsson | 2009-08-27 | 1 | -0/+4 |
|
|
* | Fixed defaultTestCase -> defaultTestResult | Ezio Melotti | 2009-06-30 | 1 | -2/+2 |
|
|
* | Fix markup. | Georg Brandl | 2009-05-31 | 1 | -6/+3 |
|
|
* | Rewrap a few long lines. | Georg Brandl | 2009-05-30 | 1 | -35/+38 |
|
|
* | Move the basic examples section back to the beginning. | Raymond Hettinger | 2009-05-29 | 1 | -63/+67 |
|
|
* | Add test discovery to unittest. Issue 6001. | Michael Foord | 2009-05-29 | 1 | -14/+153 |
|
|
* | make class skipping decorators the same as skipping every test of the class | Benjamin Peterson | 2009-05-25 | 1 | -21/+5 |
|
|
* | Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ... | Michael Foord | 2009-05-11 | 1 | -3/+33 |
|
|
* | (no commit message) | Michael Foord | 2009-05-02 | 1 | -0/+14 |
|
|
* | Add addCleanup and doCleanups to unittest.TestCase. | Michael Foord | 2009-05-02 | 1 | -0/+30 |
|
|
* | Adds an exit parameter to unittest.main(). If False main no longer | Michael Foord | 2009-05-02 | 1 | -2/+16 |
|
|
* | #5848: small unittest doc patch. | Georg Brandl | 2009-04-27 | 1 | -3/+20 |
|
|
* | Demote warnings to notices where appropriate, following the goal that as few ... | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
|
|
* | #5834: use "failure" instead of "error" because the two have different meanin... | Georg Brandl | 2009-04-25 | 1 | -1/+1 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2009-04-09 | 1 | -6/+6 |
|
|
* | Adding assertIs and assertIsNot methods to unittest.TestCase | Michael Foord | 2009-04-05 | 1 | -0/+17 |
|
|
* | Better exception messages for unittest assert methods. | Michael Foord | 2009-04-02 | 1 | -1/+19 |
|
|
* | Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. | Gregory P. Smith | 2009-03-31 | 1 | -0/+21 |
|
|
* | The unittest.TestCase.assertEqual() now displays the differences in lists, | Gregory P. Smith | 2009-03-31 | 1 | -21/+205 |
|
|
* | fix consistency | Benjamin Peterson | 2009-03-29 | 1 | -2/+2 |
|
|
* | stop the versionchanged directive from hiding the docs | Benjamin Peterson | 2009-03-29 | 1 | -5/+7 |
|
|
* | a more realistic example | Benjamin Peterson | 2009-03-29 | 1 | -1/+15 |
|
|
* | rename TestCase.skip() to skipTest() because it causes annoying problems with... | Benjamin Peterson | 2009-03-26 | 1 | -1/+1 |
|
|
* | Add links to related resources. | Raymond Hettinger | 2009-03-24 | 1 | -0/+6 |
|
|
* | forgot to document that setUp can be skipped (silly me...) | Benjamin Peterson | 2009-03-23 | 1 | -2/+5 |
|
|
* | refactor unittest docs | Benjamin Peterson | 2009-03-23 | 1 | -389/+413 |
|
|
* | comply with the evilJavaNamingScheme for attribute names | Benjamin Peterson | 2009-03-23 | 1 | -2/+2 |
|
|
* | implement test skipping and expected failures | Benjamin Peterson | 2009-03-23 | 1 | -5/+128 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
|
|
* | wrong version number in doc changes committed in r67979 | Antoine Pitrou | 2008-12-28 | 1 | -1/+1 |
|
|
* | Issue #4444: Allow assertRaises() to be used as a context handler. | Antoine Pitrou | 2008-12-28 | 1 | -2/+9 |
|
|
* | #3912: document default for *places* arg. | Georg Brandl | 2008-09-21 | 1 | -2/+4 |
|
|
* | #2757: Remove spare newline. | Georg Brandl | 2008-05-04 | 1 | -1/+0 |
|
|
* | #2249: document assertTrue and assertFalse. | Georg Brandl | 2008-03-09 | 1 | -0/+2 |
|
|
* | #1467: fix documentation for TestResult.add{Error,Failure}. | Georg Brandl | 2007-11-24 | 1 | -4/+6 |
|
|