Skip to content
Snippets Groups Projects
Verified Commit fd4263b6 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Added xfail_strict option.

parent 6a911519
No related branches found
No related tags found
1 merge request!93Release 0.11.0
Pipeline #32040 passed
[pytest]
testpaths=unittests
addopts=-x -vv --cov=caosdb
......@@ -12,3 +12,8 @@ commands=py.test --cov=caosdb -vv {posargs}
[flake8]
max-line-length=100
[pytest]
testpaths = unittests
xfail_strict = True
addopts = -x -vv --cov=caosdb
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