From 76b807a94b3456a7c2e6de25f6338b53ea657419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 11 Apr 2019 04:29:17 +0200 Subject: [PATCH] tests: call qrexec tests Now they live in separate package, but include them in default tests set anyway. QubesOS/qubes-issues#4955 --- qubes/tests/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qubes/tests/__init__.py b/qubes/tests/__init__.py index a7bc0952..d45943a7 100644 --- a/qubes/tests/__init__.py +++ b/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',