summaryrefslogtreecommitdiff
path: root/tests/test_all.py
diff options
context:
space:
mode:
authorAndrew Leeming <andrew.leeming@codethink.co.uk>2016-09-09 14:14:38 +0100
committerAndrew Leeming <andrew.leeming@codethink.co.uk>2016-10-13 16:32:30 +0100
commitefad18c41aea63c25826c7f0e0faa7644c3a9211 (patch)
treed56a2560b88b3fe9b272828dd676c89fd8a1fc91 /tests/test_all.py
parente3cb6f63a891941a7bf13b764bc65abf47db9227 (diff)
downloadsandboxlib-efad18c41aea63c25826c7f0e0faa7644c3a9211.tar.gz
Rebasing bubblewrap branch with master.
Adds in support for the bubblewrap sandbox. Comes with a logger that logs both to stdout (WARN or higher) and to a log file (everything)
Diffstat (limited to 'tests/test_all.py')
-rw-r--r--tests/test_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_all.py b/tests/test_all.py
index eed6d26..98f9e6a 100644
--- a/tests/test_all.py
+++ b/tests/test_all.py
@@ -26,7 +26,7 @@ from programs import (
session_tmpdir)
-@pytest.fixture(params=['chroot', 'linux_user_chroot'])
+@pytest.fixture(params=['chroot', 'linux_user_chroot', 'bubblewrap'])
def sandboxlib_executor(request):
executor = getattr(sandboxlib, request.param)