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