From aa450fbbe2c78de24877583c76de216ebf59b500 Mon Sep 17 00:00:00 2001 From: David Waroquiers Date: Tue, 12 Mar 2024 14:14:58 +0100 Subject: [PATCH] Fixed addopts for pytest. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90ee433..f8bd074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ line_length = 88 [tool.pytest.ini_options] minversion = "6.1.2" -addopts = "--strict-markers --cov=turbomoleio -cov-config=pyproject.toml --cov-report html --cov-report term" +addopts = "--strict-markers --cov=turbomoleio --cov-config=pyproject.toml --cov-report html --cov-report term" markers = [ "unit: Unit tests on small portions of the code that do not require execution of external code.", "integration: Integration tests that require running turbomole executables.",