コード例 #1
0
 def testTestConfigFileExists(self):
     result = TimeRingTestCase.testConfigFileExists()
     self.assertIsNotNone(result)
コード例 #2
0
 def testLoadTestConfig(self):
     result = TimeRingTestCase.testTestConfigFileExists()
     assert(result)
コード例 #3
0
 def testDatabaseExists(self):
     result = TimeRingTestCase.testDatabaseExists()
     assert(result)