]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Add coverage for boolobject.c:bool_new (GH-94859)
authorMichael Droettboom <mdboom@gmail.com>
Thu, 14 Jul 2022 23:53:06 +0000 (19:53 -0400)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 23:53:06 +0000 (16:53 -0700)
commitdf4d53a09ab9fd9116d1b52bdc42133e019ca82b
tree7fdeccbb7ce95fcdf6c2fb8fd04e8d43a7be0ad5
parent9ea72e9d8d9c7ff7c0cec4bacf6071ff4f1f6238
gh-94808: Add coverage for boolobject.c:bool_new (GH-94859)

`bool_new` had no coverage.

Automerge-Triggered-By: GH:brandtbucher
Lib/test/test_bool.py