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:
parent
1949b0c777
commit
76b807a94b
@ -1352,6 +1352,10 @@ def load_tests(loader, tests, pattern): # pylint: disable=unused-argument
|
|||||||
return tests
|
return tests
|
||||||
|
|
||||||
for modname in (
|
for modname in (
|
||||||
|
'qrexec.tests',
|
||||||
|
'qrexec.tests.cli',
|
||||||
|
'qrexec.tests.gtkhelpers',
|
||||||
|
'qrexec.tests.rpcconfirmation',
|
||||||
# integration tests
|
# integration tests
|
||||||
'qubes.tests.integ.basic',
|
'qubes.tests.integ.basic',
|
||||||
'qubes.tests.integ.storage',
|
'qubes.tests.integ.storage',
|
||||||
|
Loading…
Reference in New Issue
Block a user