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

Method test_basic

tests/test_7z.py:6–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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