예제 #1
0
 def testSucceeded(self):
     LogTest.testSucceeded(self)
     self.assertTrue(os.path.exists(self.logfile))
     self.assertFalse(os.path.exists(self.errorfile))
예제 #2
0
 def testAborted(self):
     LogTest.testAborted(self)
     self.assertTrue(os.path.exists(self.logfile))
     self.assertTrue(os.path.exists(self.errorfile))
예제 #3
0
 def testSucceeded(self):
     LogTest.testSucceeded(self)
     self.assert_(os.path.exists(self.logfile))
     self.failIf(os.path.exists(self.errorfile))
예제 #4
0
 def testAborted(self):
     LogTest.testAborted(self)
     self.assert_(os.path.exists(self.logfile))
     self.assert_(os.path.exists(self.errorfile))
예제 #5
0
 def testSucceeded(self):
     LogTest.testSucceeded(self)
     self.assertTrue(os.path.exists(self.logfile))
     self.assertFalse(os.path.exists(self.errorfile))
예제 #6
0
 def testSucceeded(self):
     LogTest.testSucceeded(self)
     self.assert_(os.path.exists(self.logfile))
     self.failIf(os.path.exists(self.errorfile))