From 494ea0102e38476e6f8f1219901c12e96e940223 Mon Sep 17 00:00:00 2001 From: Richard Bullington-McGuire Date: Sun, 5 Jan 2025 20:27:18 -0500 Subject: [PATCH] Fix python path for tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79475eb..bef4d05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ plugins.md013.enabled = false extensions.front-matter.enabled = true [tool.pytest.ini_options] -pythonpath = "" +pythonpath = "." addopts = [ "--import-mode=importlib", ]