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

Function test_configure_canceled

python/tests/test_1_online.py:36–42  ·  view source on GitHub ↗
(acfactory)

Source from the content-addressed store, hash-verified

34
35
36def test_configure_canceled(acfactory):
37 ac1 = acfactory.new_online_configuring_account()
38 ac1.stop_ongoing()
39 try:
40 acfactory.wait_configured(ac1)
41 except pytest.fail.Exception:
42 pass
43
44
45def test_configure_unref(tmp_path):

Callers

nothing calls this directly

Calls 3

wait_configuredMethod · 0.80
stop_ongoingMethod · 0.45

Tested by

no test coverage detected