Skip to content

Commit

Permalink
pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix committed Jan 20, 2025
1 parent 666eda0 commit 4e32b42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ python-slugify = "*"
python-fsutil = "*"
openapi3 = "^1.8.1"
pyyaml = "^6.0"
pytest-cov = "^6.0.0"


[tool.poetry.scripts]
Expand All @@ -72,7 +73,7 @@ mkdocs-git-authors-plugin = "^0.9.0"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-v --cov=pyflowcl --cov-report=xml --cov-report=term"
addopts = "-vra"
testpaths = ["tests"]
python_files = ["test*.py"]

Expand Down

0 comments on commit 4e32b42

Please sign in to comment.