OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:longMessage
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_assertions.py
106
"""Test that the individual asserts honour
longMessage
.
108
asserts that use
longMessage
."""
112
longMessage
= False
119
longMessage
= True
129
self.assertFalse(unittest.TestCase.
longMessage
)
/external/python/cpython2/Lib/unittest/test/
test_assertions.py
110
"""Test that the individual asserts honour
longMessage
.
112
asserts that use
longMessage
."""
116
longMessage
= False
123
longMessage
= True
133
self.assertFalse(unittest.TestCase.
longMessage
)
/external/python/cpython3/Lib/test/test_email/
test_policy.py
18
longMessage
= True
/external/python/cpython3/Lib/unittest/test/
test_assertions.py
142
"""Test that the individual asserts honour
longMessage
.
144
asserts that use
longMessage
."""
148
longMessage
= False
155
longMessage
= True
165
self.assertTrue(unittest.TestCase.
longMessage
)
186
1)
longMessage
= False and no msg passed;
187
2)
longMessage
= False and msg passed;
188
3)
longMessage
= True and no msg passed;
189
4)
longMessage
= True and msg passed;
354
1)
longMessage
= False and no msg passed
[
all
...]
/external/tensorflow/tensorflow/python/ops/ragged/
ragged_tensor_test.py
118
longMessage
= True # Property in unittest.Testcase. pylint: disable=invalid-name
[
all
...]
/external/jarjar/lib/
maven-plugin-api.jar
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
case.py
164
longMessage
= False
423
"""Honour the
longMessage
attribute when generating failure messages.
424
If
longMessage
is False this means:
428
If
longMessage
is True:
432
if not self.
longMessage
:
[
all
...]
/external/python/cpython2/Lib/unittest/
case.py
156
*
longMessage
: determines whether long messages (including repr of
166
longMessage
= False
425
"""Honour the
longMessage
attribute when generating failure messages.
426
If
longMessage
is False this means:
430
If
longMessage
is True:
434
if not self.
longMessage
:
[
all
...]
/external/python/cpython3/Lib/unittest/
case.py
376
*
longMessage
: determines whether long messages (including repr of
386
longMessage
= True
695
"""Honour the
longMessage
attribute when generating failure messages.
696
If
longMessage
is False this means:
700
If
longMessage
is True:
704
if not self.
longMessage
:
[
all
...]
Completed in 563 milliseconds