mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
python: Wait for initial Resync in the bot tests
This commit is contained in:
@@ -676,6 +676,13 @@ class BotProcess:
|
||||
print("+++IGN:", line)
|
||||
ignored.append(line)
|
||||
|
||||
def await_resync(self):
|
||||
self.fnmatch_lines(
|
||||
"""
|
||||
*Resync: collected * message IDs in folder INBOX*
|
||||
""",
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def tmp_db_path(tmpdir):
|
||||
|
||||
Reference in New Issue
Block a user