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

Method test_exec_inspect

tests/unit/api_exec_test.py:66–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 }
65
66 def test_exec_inspect(self):
67 self.client.exec_inspect(fake_api.FAKE_EXEC_ID)
68
69 args = fake_request.call_args
70 assert args[0][1] == f"{url_prefix}exec/{fake_api.FAKE_EXEC_ID}/json"
71
72 def test_exec_resize(self):
73 self.client.exec_resize(fake_api.FAKE_EXEC_ID, height=20, width=60)

Callers

nothing calls this directly

Calls 1

exec_inspectMethod · 0.80

Tested by

no test coverage detected