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

Method test_invalid_user

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

Source from the content-addressed store, hash-verified

1288 configtracker.wait_progress(0)
1289
1290 def test_invalid_user(self, acfactory):
1291 configdict = acfactory.get_next_liveconfig()
1292 ac1 = acfactory.get_unconfigured_account()
1293 configdict["addr"] = "$" + configdict["addr"]
1294 ac1.update_config(configdict)
1295 configtracker = ac1.configure()
1296 configtracker.wait_progress(500)
1297 configtracker.wait_progress(0)
1298
1299 def test_invalid_domain(self, acfactory):
1300 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