Пример #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))