1. 9ef5d33 unittest TestLoader test discovery filename matching done in a method. This makes it easier to override the matching strategy in subclasses. No behaviour change in actual implementation. by Michael Foord · 15 years ago
  2. e6f5e22 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
  3. 1a0ce68 revert r80932; it breaks windows by Benjamin Peterson · 15 years ago
  4. ae4dde0 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
  5. c1bf677 Fix module directory finding logic for dotted paths in unittest test discovery. by Michael Foord · 15 years ago
  6. bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 15 years ago
  7. 931190b Support dotted module names for test discovery paths in unittest. Issue 7780. by Michael Foord · 15 years ago
  8. 4989969 Removing Python 2.3 compatibility code from unittest. by Michael Foord · 15 years ago
  9. b1aa30f Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. by Michael Foord · 15 years ago
  10. 8cb253f Change order of arguments in a unittest function. by Michael Foord · 15 years ago
  11. 73dbe04 A faulty load_tests in a test module no longer halts test discovery. A placeholder test, that reports the failure, is created instead. by Michael Foord · 15 years ago
  12. 0877060 unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799. by Michael Foord · 15 years ago
  13. e91ea56 Test discovery in unittest will only attempt to import modules that are 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. by Michael Foord · 16 years ago
  14. 5a9719d unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. by Michael Foord · 16 years ago
  15. d7b0eeb split unittest.py into a package by Benjamin Peterson · 16 years ago