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 1550b73 commit 218b4bfCopy full SHA for 218b4bf
Lib/test/test_shutil.py
@@ -1125,7 +1125,7 @@ def test_unzip_zipfile(self):
1125
except subprocess.CalledProcessError as exc:
1126
details = exc.output.decode(errors="replace")
1127
if 'unrecognized option: t' in details:
1128
- self.skip("unzip doesn't support -t")
+ self.skipTest("unzip doesn't support -t")
1129
msg = "{}\n\n**Unzip Output**\n{}"
1130
self.fail(msg.format(exc, details))
1131
0 commit comments