From fa8325c4d24e9f38b27f0febc9c450ad0208c501 Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Fri, 15 Nov 2024 21:59:35 -0700 Subject: [PATCH] modified test path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebee2fa..5c11a91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ py-modules = [] [tool.pytest.ini_options] minversion = "6.0" testpaths = [ - "basicrta/tests", + "tests", ] [tool.black]