From 8185a7585ecc7a5dc87f075a4e3189f040321ab3 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler <4189642+patkan@users.noreply.github.com> Date: Mon, 14 Aug 2023 03:16:36 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 989bbce..59e34a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,4 +7,7 @@ profile = "black" [tool.pytest.ini_options] minversion = "6.0" addopts = "--doctest-modules" +testpaths = + test + src