We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f68fc8 commit 936500aCopy full SHA for 936500a
2 files changed
Makefile
@@ -41,10 +41,10 @@ mypy:
41
mypy --no-warn-redundant-casts --no-warn-unused-ignores examples/*.py zeroconf
42
43
test:
44
- pytest -v tests
+ pytest --timeout=60 -v tests
45
46
test_coverage:
47
- pytest -v --cov=zeroconf --cov-branch --cov-report html --cov-report term-missing tests
+ pytest --timeout=60 -v --cov=zeroconf --cov-branch --cov-report html --cov-report term-missing tests
48
49
autopep8:
50
autopep8 --max-line-length=$(MAX_LINE_LENGTH) -i setup.py examples zeroconf
requirements-dev.txt
@@ -13,3 +13,4 @@ pylint
13
pytest
14
pytest-asyncio
15
pytest-cov
16
+pytest-timeout
0 commit comments