Esempio n. 1
0
 def test_remove(self):
     init()
     target_file = TargetFile(dir1_f1)
     target_file.remove()
     assert not os.path.exists(dir1_f1)