]> granicus.if.org Git - python/commitdiff
bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)
authorGregory P. Smith <greg@krypto.org>
Sun, 14 Apr 2019 17:32:07 +0000 (10:32 -0700)
committerGitHub <noreply@github.com>
Sun, 14 Apr 2019 17:32:07 +0000 (10:32 -0700)
Lib/test/test_gzip.py

index 2c8f854c6436708fc2c6e16dae736bcf9e2d2f5b..3583b47336fb9f643eed339eec9b324ca65f8b43 100644 (file)
@@ -746,7 +746,7 @@ class TestCommandLine(unittest.TestCase):
         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))