1. 5466246 correct email address by Skip Montanaro · 17 years ago
  2. c2898c5 Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule(). by Collin Winter · 18 years ago
  3. 0fe118b Convert PyUnit -> unittest. by Collin Winter · 18 years ago
  4. c6fdec6 Convert test_global, test_scope and test_grammar to unittest. by Georg Brandl · 18 years ago
  5. e6b7033 Flesh out test_support docs. by Brett Cannon · 21 years ago
  6. 88af4df Fix typos. by Walter Dörwald · 22 years ago
  7. deaba57 SF #641170, reST version of Lib/test/README by Neal Norwitz · 22 years ago
  8. 1c48654 Document that docstrings are verboten for test functions. by Guido van Rossum · 22 years ago
  9. 1bfab7b A few updates about how/where to import test_support from. by Barry Warsaw · 22 years ago
  10. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  11. 5ca5374 Rewrote the PyUnit description so that it now recommends to use by Barry Warsaw · 23 years ago
  12. b2ad1c8 Reflect recent refinements of the regression testing framework. by Fred Drake · 23 years ago
  13. bea3fb8 Repair late-night doc typos. by Tim Peters · 23 years ago
  14. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 23 years ago
  15. 54a069f When Tim untabified this file, his editor accidentally assumed 4-space by Guido van Rossum · 23 years ago
  16. f5f6c43 Remove test_doctest's expected-output file. by Tim Peters · 23 years ago
  17. a6daad2 Update to reflect recent changes to regrtest and the new approaches to by Fred Drake · 23 years ago
  18. 44b6bd2 Added note saying to use test_support.TESTFN for a temporary filename, by Fred Drake · 24 years ago
  19. a48b526 Rehabilitate autotest.py. by Tim Peters · 24 years ago
  20. 62c53dd Add TestSkipped as another interesting item defined by test_support. by Fred Drake · 24 years ago
  21. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  22. e9e5dcd restructured a bit and added some more content... by Skip Montanaro · 24 years ago
  23. 47c60ec Describe a bit about writing test cases for Python... by Skip Montanaro · 24 years ago