Home
last modified time | relevance | path

Searched refs:TEST_EXCEPTION (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_with.py187 TEST_EXCEPTION = RuntimeError("test exception") variable in ContextmanagerAssertionMixin
212 raise self.TEST_EXCEPTION
219 self.assertEqual(mock_manager.exit_args[1], self.TEST_EXCEPTION)
220 exc_type = type(self.TEST_EXCEPTION)