summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-12-21 09:29:49 +0100
committerAnton Khirnov <anton@khirnov.net>2020-01-02 17:18:56 +0100
commit09d7db6dc591fbe44058b0e01acae331c52f0b28 (patch)
treec1ec33174778ae0e593453d510a030fe2b469f5d /tests
parentf1ceccaa58bb36cac73e6886a0b14230e5518fda (diff)
Revert "db/manager: Drop async method"
This reverts commit e7e0c52db9093a9ecd9dcaa0766e66515a546a75.
Diffstat (limited to 'tests')
-rw-r--r--tests/db/test_manager.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/db/test_manager.py b/tests/db/test_manager.py
index f7a47a58..e675aed4 100644
--- a/tests/db/test_manager.py
+++ b/tests/db/test_manager.py
@@ -37,6 +37,7 @@ class TestDBManager(utilities.TestCaseClassCleanup):
cls.manager = DBManager(cls.dbpath)
# clean up temporary database
+ cls.addClassCleanup(cls.manager.kill_search_processes)
cls.addClassCleanup(shutil.rmtree, cls.dbpath)
# let global settings manager read our temporary notmuch config