]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
make sure os.symlink presence is tested before running some shutil tests -- also...
authorTarek Ziadé <ziade.tarek@gmail.com>
Fri, 23 Apr 2010 13:03:09 +0000 (13:03 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Fri, 23 Apr 2010 13:03:09 +0000 (13:03 +0000)
commit51a6f72d19d3f446be598431c0ecfc38e27784bc
treed7230de1e403db82b9b52704a3246fbfe39469fa
parent14284c2f3b9ede92553f866c136047f3369e2c4b
make sure os.symlink presence is tested before running some shutil tests -- also refactored the tests to use unittest.skipUnless
Lib/test/test_shutil.py