Skip to content
Snippets Groups Projects
Verified Commit 07748df7 authored by Björn Ludwig's avatar Björn Ludwig
Browse files

chore(pytest): introduce branch coverage to addopts in pyproject.toml

parent e2911099
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ jupyter-nbextensions-configurator = "^0.6.1"
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]
addopts = "--strict-markers --suppress-no-test-exit-code --color=yes"
addopts = "--strict-markers --suppress-no-test-exit-code --color=yes --cov-branch -v"
filterwarnings = "error"
markers = "webtest: mark a test as requiring internet connecttion"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment