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 7723d05 commit 9f9e029Copy full SHA for 9f9e029
Lib/test/test_gzip.py
@@ -735,7 +735,7 @@ def test_compress_stdin_outfile(self):
735
self.assertEqual(out[:2], b"\x1f\x8b")
736
737
@create_and_remove_directory(TEMPDIR)
738
- def test_compress_infile_outfile(self):
+ def test_compress_infile_outfile_default(self):
739
local_testgzip = os.path.join(TEMPDIR, 'testgzip')
740
gzipname = local_testgzip + '.gz'
741
self.assertFalse(os.path.exists(gzipname))
0 commit comments