mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
refine bot testing and ac_member* handling
This commit is contained in:
@@ -16,7 +16,7 @@ from conftest import (wait_configuration_progress,
|
||||
("Member tmp1@x.org added by tmp2@x.org.", ("added", "tmp1@x.org")),
|
||||
])
|
||||
def test_parse_system_add_remove(msgtext, res):
|
||||
from deltachat.account import parse_system_add_remove
|
||||
from deltachat.message import parse_system_add_remove
|
||||
|
||||
out = parse_system_add_remove(msgtext)
|
||||
assert out == res
|
||||
|
||||
Reference in New Issue
Block a user