From 4d78ccaf177da8d8fba5b3162deea96d56f3ec1f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 4 Sep 2023 18:48:08 +0300 Subject: [PATCH] Re-add doctests to tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 317029f..757db0a 100644 --- a/tox.ini +++ b/tox.ini @@ -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/