summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_assertions.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatchesMichael Foord2010-04-021-0/+10
|
* Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals ↵Michael Foord2010-03-271-0/+24
| | | | | | and assertNotAlmostEquals This allows the comparison of objects by specifying a maximum difference; this includes the comparing of non-numeric objects that don't support rounding.
* Turn unittest tests into a packageMichael Foord2010-03-251-0/+258