MCPcopy
hub / github.com/docker/docker-py / test_url_no_resource

Method test_url_no_resource

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

Source from the content-addressed store, hash-verified

146 self.client._url('/hello/{0}/world', ['sakuya', 'izayoi'])
147
148 def test_url_no_resource(self):
149 url = self.client._url('/simple')
150 assert url == f"{url_prefix}simple"
151
152 def test_url_unversioned_api(self):
153 url = self.client._url(

Callers

nothing calls this directly

Calls 1

_urlMethod · 0.80

Tested by

no test coverage detected