浏览代码

tests: plug rpc-window tests into main test runner

QubesOS/qubes-issues#910
Marek Marczykowski-Górecki 7 年之前
父节点
当前提交
e76ede3ad0
共有 1 个文件被更改,包括 2 次插入0 次删除
  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))