We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929b704 commit cd46655Copy full SHA for cd46655
Lib/test/test_gzip.py
@@ -746,7 +746,7 @@ def test_compress_stdin_outfile(self):
746
self.assertEqual(out[:2], b"\x1f\x8b")
747
748
@create_and_remove_directory(TEMPDIR)
749
- def test_compress_infile_outfile(self):
+ def test_compress_infile_outfile_default(self):
750
local_testgzip = os.path.join(TEMPDIR, 'testgzip')
751
gzipname = local_testgzip + '.gz'
752
self.assertFalse(os.path.exists(gzipname))
0 commit comments