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)
def testFlowVars_xavp(self): check_flow_vars( 'RO', self.scen[0]['R0'], self.check_ok[0]['R0'], self.ctest) self.assertFalse(self.ctest.isError())