Add plugin test case
This commit is contained in:
parent
d640f3bc25
commit
35bb819216
|
@ -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))
|
||||
|
|
Reference in New Issue
Block a user