Searched refs:fooLacksExit (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_with.py128 def fooLacksExit(): function in function:FailureTestCase.testExitAttributeError
131 self.assertRaises(AttributeError, fooLacksExit)
/external/python/cpython3/Lib/test/
H A Dtest_with.py136 def fooLacksExit(): function in function:FailureTestCase.testExitAttributeError
139 self.assertRaisesRegex(AttributeError, '__exit__', fooLacksExit)

Completed in 150 milliseconds