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

chore(pytest): correct typo in marker description

parent 07748df7
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ testpaths = ["tests"]
python_files = ["test_*.py"]
addopts = "--strict-markers --suppress-no-test-exit-code --color=yes --cov-branch -v"
filterwarnings = "error"
markers = "webtest: mark a test as requiring internet connecttion"
markers = "webtest: mark a test as requiring internet connection"
[tool.mypy]
exclude = ["^build/", "^venv/"]
......
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