Skip to content

Commit

Permalink
Fixed addopts for pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwaroquiers committed Mar 12, 2024
1 parent 76fc923 commit aa450fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit aa450fb

Please sign in to comment.