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