mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
4 lines
76 B
Bash
Executable File
4 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
|
|
REQUESTS_CA_BUNDLE=`python -m pytest_httpbin.certs` py.test $*
|