MCPcopy Create free account
hub / github.com/Kaggle/docker-python / Test7z

Class Test7z

tests/test_7z.py:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5class Test7z(unittest.TestCase):
6 def test_basic(self):
7 result = subprocess.run('which 7z', shell=True, capture_output=True)
8 assert len(result.stdout) > 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected