tests: plug rpc-window tests into main test runner

QubesOS/qubes-issues#910
This commit is contained in:
Marek Marczykowski-Górecki 2017-03-24 16:27:45 +01:00
parent 4d3f539f7f
commit e76ede3ad0
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -910,6 +910,8 @@ def load_tests(loader, tests, pattern): # pylint: disable=unused-argument
'qubes.tests.tools.qvm_firewall',
'qubes.tests.tools.qvm_ls',
'qubespolicy.tests',
'qubespolicy.tests.gtkhelpers',
'qubespolicy.tests.rpcconfirmation',
):
tests.addTests(loader.loadTestsFromName(modname))