commit | e55848695347c67effeb08aedcf2ce3d256524cd | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Jun 09 19:24:44 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Jun 09 19:24:44 2006 +0000 |
tree | c82b588d0b30f62165fc77d3a0fd899819b2f101 | |
parent | a04d118586cf366ffd255a07fb682982894aa4d6 [diff] |
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.