Home | History | Annotate | Download | only in tests

Lines Matching refs:exception_class

42 def assertRaises(test_case, fn, exception_class):
51 test_case.assertTrue(isinstance(exc, exception_class))