From 4766c9efe38270fd2d48bb3410105e7a29141bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 28 Nov 2023 09:19:06 -0300 Subject: [PATCH] add pytest configuration --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a2908e4..0c7b251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,3 +27,6 @@ Documentation = "https://github.com/sagemath/conway-polynomials/blob/master/READ Repository = "https://github.com/sagemath/conway-polynomials.git" Issues = "https://github.com/sagemath/conway-polynomials/issues" Changelog = "https://github.com/sagemath/conway-polynomials/raw/master/NEWS" + +[tool.pytest.ini_options] +addopts = "--doctest-modules --doctest-glob='*.rst'"