We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f2372 commit 12fcb02Copy full SHA for 12fcb02
runtests.sh
@@ -1,7 +1,5 @@
1
#!/bin/bash
2
3
-# https://blog.ionelmc.ro/2015/04/14/tox-tricks-and-patterns/#when-it-inevitably-leads-to-shell-scripts
4
-# If you are getting an INVOCATION ERROR for this script then there is
5
-# a good chance you are running on Windows.
6
-# You can and should use WSL for running tox on Windows when it calls bash scripts.
+# If you are getting an INVOCATION ERROR for this script then there is a good chance you are running on Windows.
+# You can and should use WSL for running tests on Windows when it calls bash scripts.
7
REQUESTS_CA_BUNDLE=`python3 -m pytest_httpbin.certs` exec pytest "$@"
0 commit comments