tests: call qrexec tests

Now they live in separate package, but include them in default tests set
anyway.

QubesOS/qubes-issues#4955
This commit is contained in:
Marek Marczykowski-Górecki 2019-04-11 04:29:17 +02:00
parent 1949b0c777
commit 76b807a94b
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1352,6 +1352,10 @@ def load_tests(loader, tests, pattern): # pylint: disable=unused-argument
return tests
for modname in (
'qrexec.tests',
'qrexec.tests.cli',
'qrexec.tests.gtkhelpers',
'qrexec.tests.rpcconfirmation',
# integration tests
'qubes.tests.integ.basic',
'qubes.tests.integ.storage',