1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

riotctrl_shell: activate doctests for pytest

This commit is contained in:
Martine S. Lenders 2020-07-06 09:37:53 +02:00
parent 1182f24b25
commit f8d23b4745
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -12,7 +12,7 @@ deps =
pytest
-rrequirements.txt
commands =
pytest -v
pytest -v --doctest-modules
[testenv:flake8]
deps = flake8