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.
test_enum
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpython/Lib/test/test_enum.py
Lines 1034 to 1047 in 5e7ea95
Looks like some cases here are just duplicates: because in some cases Function and Class tests have different enum_type definitions:
Function
Class
enum_type
Lines 1104 to 1109 in 5e7ea95
But, some have identical. I propose to delete cases where enum_type is a duplicate. I have a PR ready.
It was introduced in #108704 CC @ethanfurman
The text was updated successfully, but these errors were encountered:
pythongh-109774: Remove duplicated tests from test_enum
2a02037
Those duplicates are intentional -- the functional creation tests excercise different code than the class creation tests.
Sorry, something went wrong.
sobolevn
ethanfurman
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug report
cpython/Lib/test/test_enum.py
Lines 1034 to 1047 in 5e7ea95
Looks like some cases here are just duplicates: because in some cases
Function
andClass
tests have differentenum_type
definitions:cpython/Lib/test/test_enum.py
Lines 1104 to 1109 in 5e7ea95
But, some have identical. I propose to delete cases where
enum_type
is a duplicate.I have a PR ready.
It was introduced in #108704
CC @ethanfurman
Linked PRs
test_enum
#109775The text was updated successfully, but these errors were encountered: