Commit 803ea1b6 authored by Stefan Behnel's avatar Stefan Behnel

extend test

parent 41a4e653
......@@ -41,6 +41,10 @@ True
True
>>> PyxEnum(2) is PyxEnum["TWO"] is PyxEnum.TWO
True
>>> IntEnum # not leaking into module namespace
Traceback (most recent call last):
NameError: name 'IntEnum' is not defined
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment