]> granicus.if.org Git - python/commit
#7712: add a temp_cwd context manager to test_support and use it in regrtest to run...
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 10 Feb 2010 21:40:33 +0000 (21:40 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 10 Feb 2010 21:40:33 +0000 (21:40 +0000)
commit8f6a28702961430a2217be64d9d53e2ea490f1b3
tree8f12bbfb76770371bc068d2a3541ac4b136aa7c1
parent1c3abf475e9213ebc127aa089c43793c14f281b5
#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.
Lib/test/regrtest.py
Lib/test/test_subprocess.py
Lib/test/test_support.py
Misc/NEWS