예제 #1
0
파일: test.py 프로젝트: hypercoregz/porter
 def test_directory(self):
     init()
     remove(dir1)
     assert os.path.exists(dir1) == False
예제 #2
0
파일: test.py 프로젝트: hypercoregz/porter
 def test_file(self):
     init()
     remove(dir1_f1)
     assert os.path.exists(dir1_f1) == False