]> granicus.if.org Git - python/commit
bpo-30693: Fix tarfile test cleanup on MSWindows (#5557)
authorBernhard M. Wiedemann <githubbmw@lsmod.de>
Tue, 6 Feb 2018 18:08:53 +0000 (19:08 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 6 Feb 2018 18:08:53 +0000 (20:08 +0200)
commit4ad703b7ca463d1183539277dde90ffb1c808487
treea4cad3e17f0fc7e150da34d222419212f1ef7c6e
parentc1e46e94de38a92f98736af9a42d89c3975a9919
bpo-30693: Fix tarfile test cleanup on MSWindows (#5557)

it was using our mocked listdir to check when the files were gone.
Lib/test/test_tarfile.py