summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_enum.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-01-24 07:06:22 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-01-24 07:06:22 (GMT)
commit90f6332382d616ce5a3329c1176ffa1cff27ea7e (patch)
treed17eba1d0324f6cff4df7d451ad8487ea014811c /Lib/test/test_enum.py
parent91a8866dc1c228c36177502393132d6372d0a67d (diff)
downloadcpython-90f6332382d616ce5a3329c1176ffa1cff27ea7e.zip
cpython-90f6332382d616ce5a3329c1176ffa1cff27ea7e.tar.gz
cpython-90f6332382d616ce5a3329c1176ffa1cff27ea7e.tar.bz2
Issue #29338: Fix test_enum.
Diffstat (limited to 'Lib/test/test_enum.py')
-rw-r--r--Lib/test/test_enum.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/test_enum.py b/Lib/test/test_enum.py
index e97ef94..4239412 100644
--- a/Lib/test/test_enum.py
+++ b/Lib/test/test_enum.py
@@ -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