예제 #1
0
 def tearDown(self):
     if os.path.exists(os.path.join(FIXTURES_DIR, 'osctest')):
         os.rmdir(os.path.join(FIXTURES_DIR, 'osctest'))
     OscTestCase.tearDown(self)
예제 #2
0
파일: test_request.py 프로젝트: zilti/osc
 def setUp(self):
     OscTestCase.setUp(self, copytree=False)
예제 #3
0
 def tearDown(self):
     if os.path.exists(os.path.join(FIXTURES_DIR, 'osctest')):
         os.rmdir(os.path.join(FIXTURES_DIR, 'osctest'))
     OscTestCase.tearDown(self)
예제 #4
0
 def setUp(self):
     OscTestCase.setUp(self, copytree=False)