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

Method tearDown

tests/unit/api_test.py:600–601  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

598 self.mock_send = self.patcher.start()
599
600 def tearDown(self):
601 self.patcher.stop()
602
603 def test_default_user_agent(self):
604 client = APIClient(version=DEFAULT_DOCKER_API_VERSION)

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected