From a56494504631aef5b08a00069ea7340820794c89 Mon Sep 17 00:00:00 2001 From: taxe10 Date: Wed, 5 Jun 2024 14:34:51 -0700 Subject: [PATCH] Update test ini option --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ac09de3..0a27b34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,3 +57,8 @@ Issues = "https://github.com/mlexchange/mlex_latent_explorer/issues/" [tool.isort] profile = "black" + +[tool.pytest.ini_options] +pythonpath = [ + "src" +]