Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chatmail/core
/ test_is_group
Method
test_is_group
python/tests/test_3_offline.py:197–198 ·
view source on GitHub ↗
(self, chat1)
Source
from the content-addressed store, hash-verified
195
repr(chat1)
196
197
def
test_is_group(self, chat1):
198
assert not chat1.is_group()
199
200
def
test_chat_by_id(self, chat1):
201
chat2 = chat1.account.get_chat_by_id(chat1.id)
Callers
nothing calls this directly
Calls
1
is_group
Method · 0.80
Tested by
no test coverage detected