From 9d6e258e989a39f748930122314ed74fb994b485 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Fri, 15 Dec 2023 14:33:22 +0000 Subject: [PATCH] add docstrings to pytest --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0ea7b13..bd94cb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,3 +45,5 @@ seaborn = "^0.12.2" requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" +[tool.pytest.ini_options] +addopts = --doctest-modules \ No newline at end of file