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

Method test_resolve_authconfig_no_match

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

Source from the content-addressed store, hash-verified

165 )['username'] == 'legacyauth'
166
167 def test_resolve_authconfig_no_match(self):
168 assert auth.resolve_authconfig(
169 self.auth_config, 'does.not.exist'
170 ) is None
171
172 def test_resolve_registry_and_auth_library_image(self):
173 image = 'image'

Callers

nothing calls this directly

Calls 1

resolve_authconfigMethod · 0.80

Tested by

no test coverage detected