Home
last modified time | relevance | path

Searched refs:shortDescription (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/unittest/test/
H A Dtest_functiontestcase.py135 self.assertEqual(test.shortDescription(), None)
144 self.assertEqual(test.shortDescription(), "this tests foo")
H A Dtest_case.py621 self.assertIsNone(self.shortDescription())
626 """Tests shortDescription() for a method with a docstring."""
628 self.shortDescription(),
629 'Tests shortDescription() for a method with a docstring.')
634 """Tests shortDescription() for a method with a longer docstring.
641 self.shortDescription(),
642 'Tests shortDescription() for a method with a longer '
649 Tests shortDescription() whitespace is trimmed, so that the first
653 self.shortDescription(),
654 'Tests shortDescription() whitespac
[all...]
/third_party/python/Lib/unittest/
H A Dcase.py489 def shortDescription(self): member in TestCase
1439 def shortDescription(self): member in FunctionTestCase
1472 def shortDescription(self): member in _SubTest
1476 return self.test_case.shortDescription()
H A Dsuite.py346 def shortDescription(self): member in _ErrorHolder
H A Drunner.py47 doc_first_line = test.shortDescription()
/third_party/python/Lib/
H A Ddoctest.py2331 def shortDescription(self): member in DocTestCase
2345 def shortDescription(self): member in SkipDocTestCase
2348 __str__ = shortDescription

Completed in 8 milliseconds