Skip to content
Snippets Groups Projects
Verified Commit 998cd52b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Tests] Pass command-lin options of tox to pytest

parent bb15eb84
No related branches found
No related tags found
No related merge requests found
......@@ -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:}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment