mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Issue #19600: Use specific asserts in distutils tests.
This commit is contained in:
parent
5665bc5980
commit
39989157ad
16 changed files with 36 additions and 36 deletions
|
@ -81,7 +81,7 @@ class ConfigTestCase(support.LoggingSilencer,
|
|||
cmd._clean(f1, f2)
|
||||
|
||||
for f in (f1, f2):
|
||||
self.assertTrue(not os.path.exists(f))
|
||||
self.assertFalse(os.path.exists(f))
|
||||
|
||||
def test_suite():
|
||||
return unittest.makeSuite(ConfigTestCase)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue