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 dae0cbb commit ce95f3aCopy full SHA for ce95f3a
scripts/run-tests.sh
@@ -7,5 +7,5 @@ echo "Index: $PIP_INDEX_URL"
7
python="${1:-python}"
8
$python -m pip install -r requirements/tests.txt
9
$python -m pip install --only-binary=:all: python-mbedtls
10
-$python -B -m pytest --color=yes
+$python -B -m pytest --color=yes tests/
11
$python -B -m doctest README.rst
0 commit comments