]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clean up tests by reusing functions from other modules:
authorJohannes Gijsbers <jlg@dds.nl>
Sat, 8 Jan 2005 13:28:54 +0000 (13:28 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sat, 8 Jan 2005 13:28:54 +0000 (13:28 +0000)
commita3beee185cb374dfb2c68200e8b0332e28e73204
tree4d41e335ad7d023883f169197444c311fc738ea5
parent836f5433f7ee79f208186ca0d10594b22cf7e05b
Clean up tests by reusing functions from other modules:

* replace deltree with shutil.rmtree()
* replace mkdirs with os.makedirs()
* fold touchfile into GlobTests.mktemp()
Lib/test/test_glob.py