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

Method test_getinfo

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

Source from the content-addressed store, hash-verified

31 ac._preconfigure_keypair(alice_secret)
32
33 def test_getinfo(self, acfactory):
34 ac1 = acfactory.get_unconfigured_account()
35 d = ac1.get_info()
36 assert d["arch"]
37 assert d["number_of_chats"] == "0"
38 assert d["bcc_self"] == "0"
39
40 def test_is_not_configured(self, acfactory):
41 ac1 = acfactory.get_unconfigured_account()

Callers

nothing calls this directly

Calls 2

get_infoMethod · 0.45

Tested by

no test coverage detected