1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

pass all args to runtests

This commit is contained in:
Kevin McCarthy
2017-05-27 10:57:25 -10:00
parent 0c4020df7d
commit ec786f2fd9

View File

@@ -1,3 +1,3 @@
#!/bin/bash
REQUESTS_CA_BUNDLE=`python -m pytest_httpbin.certs` py.test $1
REQUESTS_CA_BUNDLE=`python -m pytest_httpbin.certs` py.test $*