Skip to content

Commit

Permalink
Re-add doctests to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and sybrenstuvel committed Nov 1, 2023
1 parent 95f3f9d commit 4d78cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -10,4 +10,4 @@ addopts = -v --cov rsa --cov-report term-missing
deps = poetry
commands =
poetry install
poetry run pytest tests/
poetry run pytest --doctest-modules rsa tests/

0 comments on commit 4d78cca

Please sign in to comment.