Refactors run command to run all tavern tests.

This commit is contained in:
2021-05-19 11:49:46 +03:00
parent 6c1c05335e
commit 1e89f01d5f

View File

@@ -1,2 +1,2 @@
#!/bin/bash
PYTHONPATH=. tavern-ci test_accounts.tavern.yaml --debug -vv --log-level debug -s --log-cli-level debug
PYTHONPATH=. py.test --debug -vv --log-level debug -s --log-cli-level debug