Browse Source

tests: call qrexec tests

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

QubesOS/qubes-issues#4955
Marek Marczykowski-Górecki 5 years ago
parent
commit
76b807a94b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      qubes/tests/__init__.py

+ 4 - 0
qubes/tests/__init__.py

@@ -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',