MCPcopy Index your code
hub / github.com/docker/docker-py / test_info

Method test_info

tests/integration/api_client_test.py:17–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 assert 'Version' in res
16
17 def test_info(self):
18 res = self.client.info()
19 assert 'Containers' in res
20 assert 'Images' in res
21 assert 'Debug' in res
22
23
24class AutoDetectVersionTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected