]> granicus.if.org Git - python/commit
Merged revisions 78136 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 18 Feb 2010 09:37:05 +0000 (09:37 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 18 Feb 2010 09:37:05 +0000 (09:37 +0000)
commit184bdfb03a6a012ba76c43b9a8a98a67ad4d8bad
treec31d98aa5a7292f94411f467f7d2853602309b01
parenta3211ee8d4d25027d75abe0bd15f28a934976b61
Merged revisions 78136 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78136 | ezio.melotti | 2010-02-10 23:40:33 +0200 (Wed, 10 Feb 2010) | 1 line

  #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/support.py
Lib/test/test_subprocess.py
Misc/NEWS