]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46301: [Enum] test uncomparable values in `_convert_` (GH-30472)
authorNikita Sobolev <mail@sobolevn.me>
Sat, 8 Jan 2022 19:43:42 +0000 (22:43 +0300)
committerGitHub <noreply@github.com>
Sat, 8 Jan 2022 19:43:42 +0000 (11:43 -0800)
commit8d59d2563b914b7208779834895c080c70cd94dd
treecba6217ebab091f8cfd22e9c0c604d3ae2d3f6e7
parentb6aa38f1ca79600f2ab46ac114ff36461a19c4a3
bpo-46301: [Enum] test uncomparable values in `_convert_` (GH-30472)

add tests that cover different types, and same non-comparable types
Lib/test/test_enum.py