From 9bade76f77f0cb5ff1958b8431358344dd4d0370 Mon Sep 17 00:00:00 2001 From: Onur Yilmaz Date: Wed, 27 May 2026 13:30:37 -0400 Subject: [PATCH] Be able to run individual tests Signed-off-by: Onur Yilmaz --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6338b4b92..bba3dcb37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -174,6 +174,7 @@ explicit = true [tool.pytest.ini_options] addopts = "--durations=15 -s -rA -x" testpaths = ["tests"] +pythonpath = ["."] python_files = "test_*.py" [tool.coverage.run]