summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-01-24 09:06:22 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2017-01-24 09:06:22 +0200
commitf5348fcf5bec82ffd73827271fd5e2b4020d3979 (patch)
treef05f24321923a94c4f01228e5f78a810fd498a75 /Lib
parent8882e556eef08ade01461b9f4ccfe2d82bdae694 (diff)
downloadcpython-f5348fcf5bec82ffd73827271fd5e2b4020d3979.tar.gz
Issue #29338: Fix test_enum.
Diffstat (limited to 'Lib')
-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 e97ef947b1..4239412834 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