Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/unittest/test/
Dtest_functiontestcase.py135 self.assertEqual(test.shortDescription(), None)
144 self.assertEqual(test.shortDescription(), "this tests foo")
Dtest_case.py589 self.assertIsNone(self.shortDescription())
596 self.shortDescription(),
609 self.shortDescription(),
619 self.shortDescription(),
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_functiontestcase.py136 self.assertEqual(test.shortDescription(), None)
145 self.assertEqual(test.shortDescription(), "this tests foo")
Dtest_case.py571 self.assertIsNone(self.shortDescription())
576 self.shortDescription(),
587 self.shortDescription(),
/external/python/cpython2/Lib/unittest/test/
Dtest_functiontestcase.py135 self.assertEqual(test.shortDescription(), None)
144 self.assertEqual(test.shortDescription(), "this tests foo")
Dtest_case.py397 self.assertIsNone(self.shortDescription())
404 self.shortDescription(),
417 self.shortDescription(),
/external/llvm/utils/lit/lit/
DLitTestCase.py22 def shortDescription(self): member in LitTestCase
/external/libxkbcommon/doc/
Duser-configuration.md191 <shortDescription>ban</shortDescription>
198 <shortDescription>or</shortDescription>
/external/llvm-project/llvm/utils/lit/lit/
DLitTestCase.py26 def shortDescription(self): member in LitTestCase
/external/python/cpython3/Lib/unittest/
Dcase.py441 def shortDescription(self): member in TestCase
1397 def shortDescription(self): member in FunctionTestCase
1430 def shortDescription(self): member in _SubTest
1434 return self.test_case.shortDescription()
Drunner.py45 doc_first_line = test.shortDescription()
Dsuite.py328 def shortDescription(self): member in _ErrorHolder
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Drunner.py59 doc_first_line = test.shortDescription()
Dsuite.py253 def shortDescription(self): member in _ErrorHolder
Dcase.py302 def shortDescription(self): member in TestCase
1170 def shortDescription(self): member in FunctionTestCase
/external/python/cpython2/Lib/unittest/
Drunner.py44 doc_first_line = test.shortDescription()
Dsuite.py270 def shortDescription(self): member in _ErrorHolder
Dcase.py253 def shortDescription(self): member in TestCase
1073 def shortDescription(self): member in FunctionTestCase
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py246 return '%s: "%s"' % (self._GetTestURI(test), test.shortDescription())
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dtest_result.py95 doc_first_line = test.shortDescription()
/external/python/cpython3/Lib/
Ddoctest.py2313 def shortDescription(self): member in DocTestCase
2327 def shortDescription(self): member in SkipDocTestCase
2330 __str__ = shortDescription
/external/python/cpython2/Lib/
Ddoctest.py2338 def shortDescription(self): member in DocTestCase
2352 def shortDescription(self): member in SkipDocTestCase
2355 __str__ = shortDescription
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst458 :func:`unittest.case.shortDescription`.
/external/python/cpython2/Doc/library/
Dunittest.rst1276 .. method:: shortDescription()
/external/python/cpython3/Doc/library/
Dunittest.rst1417 .. method:: shortDescription()