MCPcopy Create free account
hub / github.com/idank/explainshell / test_accepts_gz_file

Method test_accepts_gz_file

tests/test_manager.py:3218–3221  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3216 self.assertIn("@somefile.txt", str(cm.exception))
3217
3218 def test_accepts_gz_file(self) -> None:
3219 with tempfile.NamedTemporaryFile(suffix=".gz") as f:
3220 result = collect_gz_files([f.name])
3221 self.assertEqual(result, [os.path.abspath(f.name)])
3222
3223
3224if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

collect_gz_filesFunction · 0.90

Tested by

no test coverage detected