Beispiel #1
0
 def tearDown(self):
     shutil.rmtree(self.dirname)
     LogbookTestCase.tearDown(self)
Beispiel #2
0
 def tearDown(self):
     shutil.rmtree(self.dirname)
     LogbookTestCase.tearDown(self)
Beispiel #3
0
 def setUp(self):
     LogbookTestCase.setUp(self)
     self.dirname = tempfile.mkdtemp()
     self.filename = os.path.join(self.dirname, 'log.tmp')
Beispiel #4
0
 def setUp(self):
     LogbookTestCase.setUp(self)
     self.dirname = tempfile.mkdtemp()
     self.filename = os.path.join(self.dirname, 'log.tmp')