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

Method test_resolve_authconfig_no_path

tests/unit/auth_test.py:122–125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 )['username'] == 'privateuser'
121
122 def test_resolve_authconfig_no_path(self):
123 assert auth.resolve_authconfig(
124 self.auth_config, 'http://my.registry.net'
125 )['username'] == 'privateuser'
126
127 def test_resolve_authconfig_no_path_trailing_slash(self):
128 assert auth.resolve_authconfig(

Callers

nothing calls this directly

Calls 1

resolve_authconfigMethod · 0.80

Tested by

no test coverage detected