1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 10:19:16 +02:00

Appeased the Python linter

This commit is contained in:
VP- 2019-02-25 11:59:18 +01:00
parent 0f1c019bdd
commit a10ba8c41b
2 changed files with 7 additions and 7 deletions

View file

@ -131,6 +131,7 @@ def wait_successful_IMAP_SMTP_connection(account):
smtp_ok = True
print("** IMAP and SMTP logins successful", account)
def wait_msgs_changed(account, chat_id, msg_id=None):
ev = account._evlogger.get_matching("DC_EVENT_MSGS_CHANGED")
assert ev[1] == chat_id

View file

@ -1,11 +1,10 @@
from __future__ import print_function
import pytest
import os
import shutil
from filecmp import cmp
from deltachat import const
#from datetime import datetime, timedelta
from conftest import wait_configuration_progress, wait_successful_IMAP_SMTP_connection, wait_msgs_changed
from conftest import wait_configuration_progress, wait_msgs_changed
class TestInCreation:
def test_forward_increation(self, acfactory, data, lp):