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 1a70bcf commit b43e79aCopy full SHA for b43e79a
requirements/test.txt
@@ -1,6 +1,7 @@
1
pytest==5.2.2
2
pytest-asyncio
3
pytest-cov
4
+pytest-rerunfailures
5
mypy>=0.750
6
black
7
flake8
scripts/test.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
-pytest src/py/tests --headless --cov=idom --cov-fail-under=82
+pytest src/py/tests --headless --cov=idom --cov-fail-under=82 --reruns 3
black --verbose --check src/py
flake8 src/py
mypy src/py/idom
0 commit comments