summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_imp.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-10-05 15:37:41 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-10-05 15:37:41 (GMT)
commit047b7ae56628717160eb75e379e2bfdaa59dfc18 (patch)
tree5fce44a78310c538882fca71eea5e99a5f7b81c8 /Lib/test/test_imp.py
parent8f437aac068e13fe8418bb0374baf4395e7b4994 (diff)
downloadcpython-047b7ae56628717160eb75e379e2bfdaa59dfc18.zip
cpython-047b7ae56628717160eb75e379e2bfdaa59dfc18.tar.gz
cpython-047b7ae56628717160eb75e379e2bfdaa59dfc18.tar.bz2
Issue #22390: Remove files created by tests
Diffstat (limited to 'Lib/test/test_imp.py')
-rw-r--r--Lib/test/test_imp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_imp.py b/Lib/test/test_imp.py
index 024f438..80b9ec3 100644
--- a/Lib/test/test_imp.py
+++ b/Lib/test/test_imp.py
@@ -198,6 +198,7 @@ class ImportTests(unittest.TestCase):
support.unlink(temp_mod_name + ext)
support.unlink(init_file_name + ext)
support.rmtree(test_package_name)
+ support.rmtree('__pycache__')
def test_issue9319(self):
path = os.path.dirname(__file__)