From 8de3ea9f83ba2b1cf9caca3afe25a920dc952f6c Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Mon, 20 May 2024 15:53:33 +0100 Subject: [PATCH] dummy test --- pyproject.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c96780e..d088e2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,15 @@ pydantic = ">=1.10,<2" python = "^3.7" sdrf_pipelines = ">=0.0.26" -#[tool.poetry.dev-dependencies] -#pytest = "*" +[tool.poetry.dev-dependencies] +pytest = "*" + +[tool.pytest.ini_options] +minversion = "6.0" +addopts = "-ra -q" +testpaths = [ + "tests", +] [tool.black] line-length = 88