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

Method test_update_config

python/tests/test_3_offline.py:64–67  ·  view source on GitHub ↗
(self, acfactory)

Source from the content-addressed store, hash-verified

62 assert ac1.get_config("bcc_self") == "1"
63
64 def test_update_config(self, acfactory):
65 ac1 = acfactory.get_unconfigured_account()
66 ac1.update_config({"bcc_self": True})
67 assert ac1.get_config("bcc_self") == "1"
68
69 def test_has_bccself(self, acfactory):
70 ac1 = acfactory.get_unconfigured_account()

Callers

nothing calls this directly

Calls 3

update_configMethod · 0.45
get_configMethod · 0.45

Tested by

no test coverage detected