]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95591: [Enum] use `_FlagTests` base class (GH-96475)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Sep 2022 23:34:14 +0000 (16:34 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Sep 2022 23:34:14 +0000 (16:34 -0700)
commitfd118a0850b62887c379577cd9bdf23a4f0e2ba6
treef5756c8d6ebc3debac3254a5da2097d906b68a35
parent0e61d2b557e0e8e2e1d535575cf147be827af54f
gh-95591: [Enum] use `_FlagTests` base class (GH-96475)

(cherry picked from commit 9b58eaf98c0a47235c8822e208c938a36b66ff7b)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_enum.py