Refactors run command to run all tavern tests.

This commit is contained in:
PhilipWafula 2021-05-19 11:49:46 +03:00
parent 6c1c05335e
commit 1e89f01d5f
Signed by untrusted user: mango-habanero
GPG Key ID: B00CE9034DA19FB7
1 changed files with 1 additions and 1 deletions

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