Skip to content
Snippets Groups Projects
Commit 0d5073dc authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Merge branch 'dk-run-tests-fix' into 'develop'

Run tests is now using tox environments

See merge request !350
parents 51383624 1360549e
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!350Run tests is now using tox environments
...@@ -68,4 +68,4 @@ echo "Attempting to start tests on hivemind instance listening on: $HIVEMIND_ADD ...@@ -68,4 +68,4 @@ echo "Attempting to start tests on hivemind instance listening on: $HIVEMIND_ADD
echo "Additional test options: ${@:3}" echo "Additional test options: ${@:3}"
tox -- -W ignore::pytest.PytestDeprecationWarning -n auto --durations=0 -v -p no:logging ${@:3} tox -e tavern -- -W ignore::pytest.PytestDeprecationWarning -n auto -v -p no:logging ${@:3}
\ No newline at end of file \ No newline at end of file
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