tox/pytest: Activate doctest-module
Related to D3899#96289
This commit is contained in:
parent
31efda62e7
commit
d1ce9b0912
3 changed files with 6 additions and 7 deletions
1
tox.ini
1
tox.ini
|
@ -12,6 +12,7 @@ deps =
|
|||
commands =
|
||||
pytest \
|
||||
!dev: --cov={envsitepackagesdir}/swh/lister/ --cov-branch \
|
||||
--doctest-modules \
|
||||
{envsitepackagesdir}/swh/lister/ {posargs}
|
||||
|
||||
[testenv:black]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue