mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
tests: Pass $PYTEST_FLAGS to pytest
This makes it easier to pass "-s" or "-k TestSomething" when running "make test".
This commit is contained in:
parent
47922faeee
commit
e044ebdd02
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ services:
|
|||
security_opt:
|
||||
- label=type:container_runtime_t
|
||||
tty: true
|
||||
command: xvfb-run --server-args=-noreset python3 -m pytest -vv tests/
|
||||
command: xvfb-run --server-args=-noreset python3 -m pytest -vv $PYTEST_FLAGS tests/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue