mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #29338: Fix test_enum.
This commit is contained in:
parent
91a8866dc1
commit
90f6332382
1 changed files with 4 additions and 0 deletions
|
@ -2325,6 +2325,8 @@ expected_help_output_with_docs = """\
|
|||
Help on class Color in module %s:
|
||||
|
||||
class Color(enum.Enum)
|
||||
| Color(value, names=None, *, module=None, qualname=None, type=None, start=1)
|
||||
|\x20\x20
|
||||
| An enumeration.
|
||||
|\x20\x20
|
||||
| Method resolution order:
|
||||
|
@ -2362,6 +2364,8 @@ expected_help_output_without_docs = """\
|
|||
Help on class Color in module %s:
|
||||
|
||||
class Color(enum.Enum)
|
||||
| Color(value, names=None, *, module=None, qualname=None, type=None, start=1)
|
||||
|\x20\x20
|
||||
| Method resolution order:
|
||||
| Color
|
||||
| enum.Enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue