Home
last modified time | relevance | path

Searched refs:shortDescription (Results 1 – 18 of 18) 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(),
/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/swiftshader/third_party/LLVM/utils/lit/lit/
DLitTestCase.py20 def shortDescription(self): member in LitTestCase
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DLitTestCase.py22 def shortDescription(self): member in LitTestCase
/external/llvm/utils/lit/lit/
DLitTestCase.py22 def shortDescription(self): member in LitTestCase
/external/python/cpython3/Lib/unittest/
Dcase.py475 def shortDescription(self): member in TestCase
1406 def shortDescription(self): member in FunctionTestCase
1439 def shortDescription(self): member in _SubTest
1443 return self.test_case.shortDescription()
Dsuite.py288 def shortDescription(self): member in _ErrorHolder
Drunner.py45 doc_first_line = test.shortDescription()
/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.py247 return '%s: "%s"' % (self._GetTestURI(test), test.shortDescription())
/external/python/cpython3/Lib/
Ddoctest.py2305 def shortDescription(self): member in DocTestCase
2319 def shortDescription(self): member in SkipDocTestCase
2322 __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/cpython2/Doc/library/
Dunittest.rst1276 .. method:: shortDescription()
/external/python/cpython3/Doc/library/
Dunittest.rst1408 .. method:: shortDescription()