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

Method test_has_bccself

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

Source from the content-addressed store, hash-verified

67 assert ac1.get_config("bcc_self") == "1"
68
69 def test_has_bccself(self, acfactory):
70 ac1 = acfactory.get_unconfigured_account()
71 assert "bcc_self" in ac1.get_config("sys.config_keys").split()
72 assert ac1.get_config("bcc_self") == "0"
73
74 def test_selfcontact_if_unconfigured(self, acfactory):
75 ac1 = acfactory.get_unconfigured_account()

Callers

nothing calls this directly

Calls 2

get_configMethod · 0.45

Tested by

no test coverage detected