tools/compile_and_test_for_board: add tests directory
Tests in `tests` will be used by 'tox'.
This commit is contained in:
parent
94aeb5a223
commit
998211d738
0
dist/tools/compile_and_test_for_board/tests/__init__.py
vendored
Normal file
0
dist/tools/compile_and_test_for_board/tests/__init__.py
vendored
Normal file
@ -14,14 +14,14 @@ commands =
|
|||||||
[testenv:test]
|
[testenv:test]
|
||||||
deps = pytest
|
deps = pytest
|
||||||
commands =
|
commands =
|
||||||
pytest -v --doctest-modules {env:script}
|
pytest -v --doctest-modules
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
deps = pylint
|
deps = pylint
|
||||||
commands =
|
commands =
|
||||||
pylint {env:script}
|
pylint {env:script} tests
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
deps = flake8
|
deps = flake8
|
||||||
commands =
|
commands =
|
||||||
flake8 {env:script}
|
flake8 {env:script} tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user