Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unittest TestLoader test discovery filename matching done in a method. This ↵ | Michael Foord | 2010-06-05 | 1 | -20/+24 |
| | | | | makes it easier to override the matching strategy in subclasses. No behaviour change in actual implementation. | ||||
* | Issue 8547 - detecting and reporting that modules have been imported from ↵ | Michael Foord | 2010-05-07 | 1 | -1/+14 |
| | | | | the wrong location under test discovery. | ||||
* | revert r80932; it breaks windows | Benjamin Peterson | 2010-05-07 | 1 | -14/+1 |
| | |||||
* | Issue 8547 - detecting and reporting that modules have been imported from ↵ | Michael Foord | 2010-05-07 | 1 | -1/+14 |
| | | | | the wrong location under test discovery. | ||||
* | Fix module directory finding logic for dotted paths in unittest test discovery. | Michael Foord | 2010-04-06 | 1 | -1/+13 |
| | |||||
* | Add tests for cmp_to_key. | Raymond Hettinger | 2010-04-04 | 1 | -11/+1 |
| | | | | | | Adopt PEP 8 compliant function name. Factor-out existing uses cmp_to_key. Update documentation to use internal pointers instead of external resource. | ||||
* | Support dotted module names for test discovery paths in unittest. Issue 7780. | Michael Foord | 2010-04-03 | 1 | -4/+23 |
| | |||||
* | Removing Python 2.3 compatibility code from unittest. | Michael Foord | 2010-03-22 | 1 | -5/+1 |
| | |||||
* | Issue 7815. __unittest in module globals trims frames from reported ↵ | Michael Foord | 2010-03-22 | 1 | -0/+2 |
| | | | | stacktraces in unittest. | ||||
* | Change order of arguments in a unittest function. | Michael Foord | 2010-03-21 | 1 | -4/+4 |
| | |||||
* | A faulty load_tests in a test module no longer halts test discovery. A ↵ | Michael Foord | 2010-03-21 | 1 | -7/+21 |
| | | | | placeholder test, that reports the failure, is created instead. | ||||
* | unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799. | Michael Foord | 2010-02-06 | 1 | -1/+2 |
| | |||||
* | Test discovery in unittest will only attempt to import modules that are ↵ | Michael Foord | 2009-09-13 | 1 | -15/+44 |
| | | | | 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. | ||||
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 1 | -0/+234 |