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

Method chat1

python/tests/test_3_offline.py:189–191  ·  view source on GitHub ↗
(self, ac1, acfactory)

Source from the content-addressed store, hash-verified

187
188 @pytest.fixture()
189 def chat1(self, ac1, acfactory):
190 ac2 = acfactory.get_pseudo_configured_account()
191 return ac1.create_contact(ac2).create_chat()
192
193 def test_display(self, chat1):
194 str(chat1)

Callers

nothing calls this directly

Calls 3

create_chatMethod · 0.45
create_contactMethod · 0.45

Tested by

no test coverage detected