]> granicus.if.org Git - python/commit
Implementing a happy idea from Georg Brandl: make runtest() try to
authorTim Peters <tim.peters@gmail.com>
Fri, 9 Jun 2006 19:24:44 +0000 (19:24 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 9 Jun 2006 19:24:44 +0000 (19:24 +0000)
commite55848695347c67effeb08aedcf2ce3d256524cd
treec82b588d0b30f62165fc77d3a0fd899819b2f101
parenta04d118586cf366ffd255a07fb682982894aa4d6
Implementing a happy idea from Georg Brandl:  make runtest() try to
clean up files and directories the tests often leave behind by
mistake.  This is the first time in history I don't have a bogus
"db_home" directory after running the tests ;-)

Also worked on runtest's docstring, to say something about all the
arguments, and to document the non-obvious return values.

New functions runtest_inner() and cleanup_test_droppings() in
support of the above.
Lib/test/regrtest.py