From 163ab25d4bc9f9e7d5f13211f93ac4d9f519197b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 10 Feb 2016 17:45:01 +0100 Subject: [PATCH] tests: enable qubes.tests.int.basic It is fully converted to core3 API (or tests marked as 'skip' if not), so can be reenabled. --- qubes/tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/tests/__init__.py b/qubes/tests/__init__.py index 806be02a..795c4054 100644 --- a/qubes/tests/__init__.py +++ b/qubes/tests/__init__.py @@ -771,7 +771,7 @@ def load_tests(loader, tests, pattern): # pylint: disable=unused-argument 'qubes.tests.tools', # integration tests -# 'qubes.tests.int.basic', + 'qubes.tests.int.basic', # 'qubes.tests.dom0_update', # 'qubes.tests.network', # 'qubes.tests.vm_qrexec_gui',