Searched refs:fooLacksExit (Results 1 – 2 of 2) sorted by relevance
128 def fooLacksExit(): function131 self.assertRaises(AttributeError, fooLacksExit)
136 def fooLacksExit(): function139 self.assertRaisesRegex(AttributeError, '__exit__', fooLacksExit)