diff --git a/pyproject.toml b/pyproject.toml index fdc5e4d..fa20461 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,6 +88,10 @@ package-data = { "sample" = ["*.yaml"] } [tool.setuptools.dynamic] version = { attr = "template.__version__" } +[tool.pytest.ini_options] +addopts = "--doctest-modules --durations=30 --color=yes" +norecursedirs = [".git", "dist", "build"] + [tool.ruff] line-length = 120