Example #1
0
 def test_directory(self):
     init()
     remove(dir1)
     assert os.path.exists(dir1) == False
Example #2
0
 def test_file(self):
     init()
     remove(dir1_f1)
     assert os.path.exists(dir1_f1) == False