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.
tests/
1 parent f8defdd commit 5d36848Copy full SHA for 5d36848
setup.cfg
@@ -27,3 +27,7 @@ default_section = THIRDPARTY
27
known_first_party = zigpy_znp,tests
28
forced_separate = tests
29
combine_as_imports = true
30
+
31
+[tool:pytest]
32
+addopts = --showlocals --verbose
33
+testpaths = tests
tox.ini
@@ -10,7 +10,7 @@ skip_missing_interpreters = True
10
[testenv]
11
setenv = PYTHONPATH = {toxinidir}
12
install_command = pip install {opts} {packages}
13
-commands = py.test --cov --cov-report=html --showlocals --verbose
+commands = py.test --cov --cov-report=html
14
deps =
15
coveralls
16
pytest==5.3.5
0 commit comments