1670
1670
'password ignored in section \[ssh with password\]')
1672
1672
def test_uses_fallback_stores(self):
1675
1675
store = StubCredentialStore()
1676
1676
store.add_credentials("http", "example.com", "joe", "secret")
1677
1677
config.credential_store_registry.register("stub", store, fallback=True)