mirror of
https://github.com/chatmail/relay.git
synced 2026-05-17 15:18:59 +00:00
Autoformat tests with black
This commit is contained in:
@@ -124,6 +124,7 @@ def pytest_terminal_summary(terminalreporter):
|
|||||||
for line in summary_lines:
|
for line in summary_lines:
|
||||||
tr.write_line(line)
|
tr.write_line(line)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def imap(maildomain):
|
def imap(maildomain):
|
||||||
return ImapConn(maildomain)
|
return ImapConn(maildomain)
|
||||||
@@ -241,7 +242,6 @@ def db(tmpdir):
|
|||||||
return Database(db_path)
|
return Database(db_path)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Delta Chat testplugin re-use
|
# Delta Chat testplugin re-use
|
||||||
# use the cmfactory fixture to get chatmail instance accounts
|
# use the cmfactory fixture to get chatmail instance accounts
|
||||||
|
|||||||
Reference in New Issue
Block a user