Skip to content

Commit

Permalink
Issue python#29338: Fix test_enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed Jan 24, 2017
1 parent 91a8866 commit 90f6332
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Lib/test/test_enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -2325,6 +2325,8 @@ class Sillier(IntEnum):
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:
Expand Down Expand Up @@ -2362,6 +2364,8 @@ class Color(enum.Enum)
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
Expand Down

0 comments on commit 90f6332

Please sign in to comment.