Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "regexp" consistently. | Georg Brandl | 2010-02-07 | 1 | -8/+8 |
| | |||||
* | unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799. | Michael Foord | 2010-02-06 | 1 | -1/+2 |
| | |||||
* | Correction to docstring correction. | Michael Foord | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Improving docstrings in unittest.TestCase | Michael Foord | 2010-02-05 | 1 | -5/+15 |
| | |||||
* | Fix typo in assertSequenceEqual docstring. | R. David Murray | 2010-01-29 | 1 | -1/+1 |
| | |||||
* | Change error report when the object passed to suite.addTest is not | R. David Murray | 2010-01-28 | 1 | -1/+1 |
| | | | | callable to include the repr of the invalid object. | ||||
* | Issue #7092: Fix the DeprecationWarnings emitted by the standard library | Antoine Pitrou | 2010-01-04 | 1 | -3/+9 |
| | | | | when using the -3 flag. Patch by Florent Xicluna. | ||||
* | More yearly updates. | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | now that deepcopy can handle instance methods, this hack can be removed #7409 | Benjamin Peterson | 2009-11-29 | 1 | -13/+2 |
| | | | | Thanks Robert Collins | ||||
* | Backport micro-fix from the py3k svnmerge | Antoine Pitrou | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Issue #7197: Allow unittest.TextTestRunner objects to be pickled and | Antoine Pitrou | 2009-11-10 | 1 | -0/+2 |
| | | | | | | | unpickled. This fixes crashes under Windows when trying to run test_multiprocessing in verbose mode. Additionally, Test_TextTestRunner hadn't been enabled in test_unittest. | ||||
* | #7031: Add TestCase.assertIsInstance and negated method. | Georg Brandl | 2009-10-01 | 1 | -0/+13 |
| | |||||
* | Fix some weird whitespace and two other overlong lines. | Georg Brandl | 2009-10-01 | 1 | -4/+7 |
| | |||||
* | Test creation moved from TestProgram.parseArgs to TestProgram.createTests ↵ | Michael Foord | 2009-09-27 | 1 | -5/+8 |
| | | | | exclusively. Issue 6956. | ||||
* | Test discovery in unittest will only attempt to import modules that are ↵ | Michael Foord | 2009-09-13 | 2 | -16/+46 |
| | | | | importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568. | ||||
* | unittest.TestLoader.loadTestsFromName honors the loader suiteClass ↵ | Michael Foord | 2009-09-13 | 1 | -2/+2 |
| | | | | attribute. Issue 6866. | ||||
* | Objects that compare equal automatically pass or fail assertAlmostEqual and ↵ | Michael Foord | 2009-09-13 | 1 | -1/+9 |
| | | | | assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. | ||||
* | issue 6275 | Kristján Valur Jónsson | 2009-08-27 | 1 | -0/+1 |
| | | | | Add an "exc_value" attribute to the _AssertRaisesContext context manager in the unittest package. This allows further tests on the exception that was raised after the context manager exits. | ||||
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 9 | -0/+1773 |