tests: plug rpc-window tests into main test runner
QubesOS/qubes-issues#910
This commit is contained in:
parent
4d3f539f7f
commit
e76ede3ad0
@ -910,6 +910,8 @@ def load_tests(loader, tests, pattern): # pylint: disable=unused-argument
|
|||||||
'qubes.tests.tools.qvm_firewall',
|
'qubes.tests.tools.qvm_firewall',
|
||||||
'qubes.tests.tools.qvm_ls',
|
'qubes.tests.tools.qvm_ls',
|
||||||
'qubespolicy.tests',
|
'qubespolicy.tests',
|
||||||
|
'qubespolicy.tests.gtkhelpers',
|
||||||
|
'qubespolicy.tests.rpcconfirmation',
|
||||||
):
|
):
|
||||||
tests.addTests(loader.loadTestsFromName(modname))
|
tests.addTests(loader.loadTestsFromName(modname))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user