mirror of
https://github.com/python/cpython.git
synced 2026-04-22 03:41:08 +00:00
bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)
(cherry picked from commit cd466559c4)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
This commit is contained in:
parent
7723d0545c
commit
9f9e029bd2
1 changed files with 1 additions and 1 deletions
|
|
@ -735,7 +735,7 @@ def test_compress_stdin_outfile(self):
|
|||
self.assertEqual(out[:2], b"\x1f\x8b")
|
||||
|
||||
@create_and_remove_directory(TEMPDIR)
|
||||
def test_compress_infile_outfile(self):
|
||||
def test_compress_infile_outfile_default(self):
|
||||
local_testgzip = os.path.join(TEMPDIR, 'testgzip')
|
||||
gzipname = local_testgzip + '.gz'
|
||||
self.assertFalse(os.path.exists(gzipname))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue