Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2020bc0

Browse files
committed
cleanup more files after test_simple
1 parent ab94b58 commit 2020bc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_simple.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def clean_dir():
1414
map(os.remove, glob.glob("./tests/*.rst"))
1515
map(os.remove, glob.glob("./tests/*.png"))
1616
map(os.remove, glob.glob("./tests/*.html"))
17+
map(os.remove, glob.glob("./tests/test_files/*"))
1718

1819

1920
@nt.with_setup(clean_dir, clean_dir)

0 commit comments

Comments
 (0)