1. 1b31d28 Issue #29274: tests cases → test cases by Martin Panter · 8 years ago
  2. 5d79180 Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). by Antoine Pitrou · 11 years ago
  3. 050e9e5 Closes issue 14971. by Michael Foord · 11 years ago
  4. 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 · 14 years ago
  5. e6f5e22 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
  6. 1a0ce68 revert r80932; it breaks windows by Benjamin Peterson · 15 years ago
  7. ae4dde0 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
  8. c1bf677 Fix module directory finding logic for dotted paths in unittest test discovery. by Michael Foord · 15 years ago
  9. bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 15 years ago
  10. 931190b Support dotted module names for test discovery paths in unittest. Issue 7780. by Michael Foord · 15 years ago
  11. 4989969 Removing Python 2.3 compatibility code from unittest. by Michael Foord · 15 years ago
  12. b1aa30f Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. by Michael Foord · 15 years ago
  13. 8cb253f Change order of arguments in a unittest function. by Michael Foord · 15 years ago
  14. 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
  15. 0877060 unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799. by Michael Foord · 15 years ago
  16. 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 · 15 years ago
  17. 5a9719d unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. by Michael Foord · 15 years ago
  18. d7b0eeb split unittest.py into a package by Benjamin Peterson · 15 years ago