OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatted_exc
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py
178
test_case,
formatted_exc
= result.failures[0]
180
self.assertIsInstance(
formatted_exc
, str)
226
test_case,
formatted_exc
= result.errors[0]
228
self.assertIsInstance(
formatted_exc
, str)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py
178
test_case,
formatted_exc
= result.failures[0]
180
self.assertIsInstance(
formatted_exc
, str)
226
test_case,
formatted_exc
= result.errors[0]
228
self.assertIsInstance(
formatted_exc
, str)
Completed in 126 milliseconds