mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #19600: Use specific asserts in distutils tests.
This commit is contained in:
commit
932c6160b5
16 changed files with 36 additions and 36 deletions
|
@ -103,7 +103,7 @@ class PyPIRCCommandTestCase(support.TempdirManager,
|
|||
def test_server_empty_registration(self):
|
||||
cmd = self._cmd(self.dist)
|
||||
rc = cmd._get_rc_file()
|
||||
self.assertTrue(not os.path.exists(rc))
|
||||
self.assertFalse(os.path.exists(rc))
|
||||
cmd._store_pypirc('tarek', 'xxx')
|
||||
self.assertTrue(os.path.exists(rc))
|
||||
f = open(rc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue