mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Fix one omission in r78359
This commit is contained in:
parent
5ac6d80c02
commit
1c5054996f
1 changed files with 1 additions and 0 deletions
|
@ -515,6 +515,7 @@ class TestShutil(unittest.TestCase):
|
|||
|
||||
# check if the compressed tarball was created
|
||||
tarball = base_name + '.zip'
|
||||
self.assertTrue(os.path.exists(tarball))
|
||||
|
||||
|
||||
def test_make_archive(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue