| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,10 +41,10 @@ mypy: | |||
| 41 | 41 | mypy --no-warn-redundant-casts --no-warn-unused-ignores examples/*.py zeroconf | |
| 42 | 42 | ||
| 43 | 43 | test: | |
| 44 | - pytest -v tests | ||
| 44 | + pytest --timeout=60 -v tests | ||
| 45 | 45 | ||
| 46 | 46 | test_coverage: | |
| 47 | - pytest -v --cov=zeroconf --cov-branch --cov-report html --cov-report term-missing tests | ||
| 47 | + pytest --timeout=60 -v --cov=zeroconf --cov-branch --cov-report html --cov-report term-missing tests | ||
| 48 | 48 | ||
| 49 | 49 | autopep8: | |
| 50 | 50 | autopep8 --max-line-length=$(MAX_LINE_LENGTH) -i setup.py examples zeroconf | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,3 +13,4 @@ pylint | |||
| 13 | 13 | pytest | |
| 14 | 14 | pytest-asyncio | |
| 15 | 15 | pytest-cov | |
| 16 | + pytest-timeout | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments