##// END OF EJS Templates
cleanup more files after test_simple
Matthias BUSSONNIER -
Show More
@@ -14,6 +14,7 b' def clean_dir():'
14 14 map(os.remove, glob.glob("./tests/*.rst"))
15 15 map(os.remove, glob.glob("./tests/*.png"))
16 16 map(os.remove, glob.glob("./tests/*.html"))
17 map(os.remove, glob.glob("./tests/test_files/*"))
17 18
18 19
19 20 @nt.with_setup(clean_dir, clean_dir)
General Comments 0
You need to be logged in to leave comments. Login now