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

Revert "[Tests] Deduplicate pre-run calls"

This reverts commit ce766c73.
parent 9702d2b7
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,11 @@ whitelist_externals = poetry
skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre = ./dev.sh install-all
commands = poetry run pytest --cov=. {posargs} biscuit/ apps/official/
commands =
poetry run python manage.py compilemessages
poetry run python manage.py yarn install
poetry run python manage.py collectstatic --no-input --clear
poetry run pytest --cov=. {posargs} biscuit/ apps/official/
[testenv:selenium]
setenv =
......
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