Add plugin test case

This commit is contained in:
Dmitri Bogomolov 2021-02-20 23:22:17 +02:00
parent d640f3bc25
commit 35bb819216
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -424,6 +424,9 @@ def run():
qt_tests = loader.loadTestsFromModule(bitmessageqt.tests)
suite.addTests(qt_tests)
import plugins.tests
suite.addTests(loader.loadTestsFromModule(plugins.tests))
def keep_exc(ex_cls, exc, tb): # pylint: disable=unused-argument
"""Own exception hook for test cases"""
excQueue.put(('tests', exc))