Skip to content

Commit

Permalink
setup.cfg: verify doctests
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Dec 11, 2024
1 parent db74708 commit 2c08e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ setenv =
deps =
.[testing]
commands =
pytest {posargs:pylxd}
pytest --doctest-modules {posargs:pylxd}

[testenv:integration]
passenv = LXD_*
Expand Down

0 comments on commit 2c08e14

Please sign in to comment.