From 2fd3426afa59ea8615ba616a62f5f7458b992ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Thu, 8 Aug 2024 12:29:03 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc0c6c9..431f1d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ starmatrix = "starmatrix.cli:main" ### Tool configuration ### -[tool:pytest] +[tool.pytest] python_files = "test_*.py" addopts = "-v --cov=starmatrix" testpaths = "src/starmatrix/tests"