Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MODULE
1 parent d6c6e6b commit 596cf51Copy full SHA for 596cf51
1 file changed
Lib/test/test_enum.py
@@ -31,7 +31,7 @@ def load_tests(loader, tests, ignore):
31
))
32
return tests
33
34
-MODULE = ('test.test_enum', '__main__')[__name__=='__main__']
+MODULE = __name__
35
SHORT_MODULE = MODULE.split('.')[-1]
36
37
# for pickle tests
0 commit comments