From 08bd79a2f071437156ceca3b39c92819ee7d621f Mon Sep 17 00:00:00 2001 From: leonargs Date: Thu, 19 Sep 2024 12:25:42 +0200 Subject: [PATCH] Add test info --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a5357d0..558a41c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,3 +5,7 @@ [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" + +[tool.pytest.ini_options] +testpaths = "tests" +addopts = "--cov=pyphenopop --cov-report=xml"