Sfoglia il codice sorgente

tests: plug rpc-window tests into main test runner

QubesOS/qubes-issues#910
Marek Marczykowski-Górecki 7 anni fa
parent
commit
e76ede3ad0
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      qubes/tests/__init__.py

+ 2 - 0
qubes/tests/__init__.py

@@ -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))