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

Method test_version

tests/integration/client_test.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 assert self.client.ping() is True
21
22 def test_version(self):
23 assert 'Version' in self.client.version()
24
25 @requires_api_version('1.25')
26 def test_df(self):

Callers

nothing calls this directly

Calls 1

versionMethod · 0.45

Tested by

no test coverage detected