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