MCPcopy Create free account
hub / github.com/chatmail/core / test_invalid_password

Method test_invalid_password

python/tests/test_1_online.py:1282–1288  ·  view source on GitHub ↗
(self, acfactory)

Source from the content-addressed store, hash-verified

1280
1281class TestOnlineConfigureFails:
1282 def test_invalid_password(self, acfactory):
1283 configdict = acfactory.get_next_liveconfig()
1284 ac1 = acfactory.get_unconfigured_account()
1285 ac1.update_config({"addr": configdict["addr"], "mail_pw": "123"})
1286 configtracker = ac1.configure()
1287 configtracker.wait_progress(500)
1288 configtracker.wait_progress(0)
1289
1290 def test_invalid_user(self, acfactory):
1291 configdict = acfactory.get_next_liveconfig()

Callers

nothing calls this directly

Calls 5

get_next_liveconfigMethod · 0.80
update_configMethod · 0.45
configureMethod · 0.45
wait_progressMethod · 0.45

Tested by

no test coverage detected