fix and steamline tests and test setup

This commit is contained in:
holger krekel
2020-06-09 09:30:48 +02:00
parent f263843c5f
commit f93a863f5f
2 changed files with 28 additions and 79 deletions

View File

@@ -403,6 +403,8 @@ def acfactory(pytestconfig, tmpdir, request, session_liveconfig, data):
if sending:
chat.send_text("hi")
acc2._evtracker.wait_next_incoming_message()
acc2.create_chat(acc).send_text("hi back")
acc._evtracker.wait_next_incoming_message()
am = AccountMaker()
request.addfinalizer(am.finalize)