예제 #1
0
 def testFlowVars_fail(self):
     check_flow_vars(
         'RO', self.scen_ko[0]['R0'],
         self.check_ko[0]['R0'], self.ctest)
     tap = str(self.ctest)
     self.assertTrue(self.ctest.isError(), tap)
     self.assertIsNotNone(not_ok.search(tap), tap)
예제 #2
0
 def testFlowVars_xavp(self):
     check_flow_vars(
         'RO', self.scen[0]['R0'],
         self.check_ok[0]['R0'], self.ctest)
     self.assertFalse(self.ctest.isError())