]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Add coverage for boolobject.c:bool_new (GH-94859) (GH-94883)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 Jul 2022 17:37:13 +0000 (10:37 -0700)
committerGitHub <noreply@github.com>
Fri, 15 Jul 2022 17:37:13 +0000 (10:37 -0700)
commit8dc4de3aafed9aceaa904206f757f11bb682999b
tree1f50dae6924b406db2b81c31e08e715364df676e
parente55f60db8f84131bc6c3cbf453b66fd4f13c3f0f
gh-94808: Add coverage for boolobject.c:bool_new (GH-94859) (GH-94883)

`bool_new` had no coverage.

Automerge-Triggered-By: GH:brandtbucher
(cherry picked from commit df4d53a09ab9fd9116d1b52bdc42133e019ca82b)

Co-authored-by: Michael Droettboom <mdboom@gmail.com>
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
Lib/test/test_bool.py