commit | 8f6a28702961430a2217be64d9d53e2ea490f1b3 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Wed Feb 10 21:40:33 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Wed Feb 10 21:40:33 2010 +0000 |
tree | 8f12bbfb76770371bc068d2a3541ac4b136aa7c1 | |
parent | 1c3abf475e9213ebc127aa089c43793c14f281b5 [diff] |
#7712: add a temp_cwd context manager to test_support and use it in regrtest to run all the tests in a temporary directory, saving the original CWD in test_support.SAVEDCWD. Thanks to Florent Xicluna who helped with the patch.