From 40f1d4530fbb1192d5eb40eeed126cfe0994a1f2 Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Sat, 16 Nov 2024 10:55:20 -0700 Subject: [PATCH] changed test path --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3062527..86e4b91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,10 +54,10 @@ py-modules = [] [tool.pytest.ini_options] minversion = "8.0" testpaths = [ - "tests", + "basicrta/tests", ] pythonpath = [ - "." + "../" ] [tool.black]