Searched refs:cm (Results 1 – 3 of 3) sorted by relevance
139 with self.assertRaises(ValueError) as cm:149 self.assertEqual(str(cm.exception), expected)160 with self.assertRaises(ValueError) as cm:170 self.assertIn(expected, str(cm.exception))181 with self.assertRaises(ValueError) as cm:190 self.assertIn('Bad XSRF token', str(cm.exception))201 with self.assertRaises(ValueError) as cm:210 self.assertIn('Expired XSRF token', str(cm.exception))221 with self.assertRaises(ValueError) as cm:230 self.assertIn('Unknown response from server', str(cm.exception))[all …]
39 with self.assertRaises(ValueError) as cm:42 str(cm.exception))
184 CompatibilityMatrix cm; in testFrameworkCompMatrix() local259 gCompatibilityMatrixConverter(&cm, xml); in testFrameworkCompMatrix()260 return cm; in testFrameworkCompMatrix()