From 998cd52bf395f1cb862a1035843cad4647af7fb4 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Wed, 11 Dec 2019 23:46:54 +0100
Subject: [PATCH] [Tests] Pass command-lin options of tox to pytest

---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index eee86dd5c..da0d84e35 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ envlist = default
 whitelist_externals = poetry
     pytest
 skip_install = true
-commands = pytest --pylama --cov=biscuit biscuit/core/
+commands = pytest --pylama --cov=biscuit {posargs} biscuit/core/
 setenv =
     TEST_SCREENSHOT_PATH = {env:TEST_SCREENSHOT_PATH:}
     TEST_SELENIUM_HUB = {env:TEST_SELENIUM_HUB:}
-- 
GitLab