示例#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))