From 9e14a741c3fe79b8236675330c27da259eb91c6e Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 8 Nov 2023 20:29:44 +0000 Subject: [PATCH] Autoformat tests with `black` --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 52839c52..00a7853a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -124,6 +124,7 @@ def pytest_terminal_summary(terminalreporter): for line in summary_lines: tr.write_line(line) + @pytest.fixture def imap(maildomain): return ImapConn(maildomain) @@ -241,7 +242,6 @@ def db(tmpdir): return Database(db_path) - # # Delta Chat testplugin re-use # use the cmfactory fixture to get chatmail instance accounts