예제 #1
0
파일: test_layout.py 프로젝트: sidloki/ptah
 def tearDown(self):
     PtahTestCase.tearDown(self)
     shutil.rmtree(self.dir)
예제 #2
0
파일: test_layout.py 프로젝트: runyaga/ptah
 def tearDown(self):
     PtahTestCase.tearDown(self)
     shutil.rmtree(self.dir)
예제 #3
0
파일: test_layout.py 프로젝트: sidloki/ptah
 def setUp(self):
     PtahTestCase.setUp(self)
     self.dir = tempfile.mkdtemp()
예제 #4
0
파일: test_layout.py 프로젝트: runyaga/ptah
 def setUp(self):
     PtahTestCase.setUp(self)
     self.dir = tempfile.mkdtemp()