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]
|
||||
deps = pytest
|
||||
commands =
|
||||
pytest -v --doctest-modules {env:script}
|
||||
pytest -v --doctest-modules
|
||||
|
||||
[testenv:lint]
|
||||
deps = pylint
|
||||
commands =
|
||||
pylint {env:script}
|
||||
pylint {env:script} tests
|
||||
|
||||
[testenv:flake8]
|
||||
deps = flake8
|
||||
commands =
|
||||
flake8 {env:script}
|
||||
flake8 {env:script} tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user