gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)

Unless we explicitly test non-bool values.
This commit is contained in:
Serhiy Storchaka 2022-12-04 14:28:56 +02:00 committed by GitHub
parent bf26bdf6ac
commit 76f43fc09a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 8 deletions

View file

@ -3209,7 +3209,7 @@ class POSIXProcessTestCase(BaseTestCase):
1, 2, 3, 4,
True, True, 0,
None, None, None, -1,
None, "no vfork")
None, True)
self.assertIn('fds_to_keep', str(c.exception))
finally:
if not gc_enabled: