mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-107526: Fix test_module_level_callable_unrepresentable_default (gh-108187)
This commit is contained in:
parent
db6dc6ce41
commit
04f7875c44
1 changed files with 1 additions and 1 deletions
|
@ -1232,7 +1232,7 @@ class TestDescriptions(unittest.TestCase):
|
|||
|
||||
def test_module_level_callable_unrepresentable_default(self):
|
||||
self.assertEqual(self._get_summary_line(getattr),
|
||||
"getattr(object, name, default=<unrepresentable>, /)")
|
||||
"getattr(...)")
|
||||
|
||||
def test_builtin_staticmethod_unrepresentable_default(self):
|
||||
self.assertEqual(self._get_summary_line(str.maketrans),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue