(self)
| 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( |
nothing calls this directly
no test coverage detected