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

MAINT: Added xfail_strict option.

parent 867ca50d
No related branches found
No related tags found
No related merge requests found
Pipeline #35664 failed
[pytest]
markers =
local_server: mark a test as requiring a local caosdb server
slow: mark a test as slow (execution regularly takes 5s or longer)
...@@ -17,3 +17,9 @@ commands_pre=pip install ../caosdb-pylib/ ...@@ -17,3 +17,9 @@ commands_pre=pip install ../caosdb-pylib/
python -c "import caosdb; print(caosdb.version.version)" python -c "import caosdb; print(caosdb.version.version)"
# Add "-x" to stop at first error. # Add "-x" to stop at first error.
commands=pytest --cov=caosdb -vv {posargs} commands=pytest --cov=caosdb -vv {posargs}
[pytest]
markers =
local_server: mark a test as requiring a local caosdb server
slow: mark a test as slow (execution regularly takes 5s or longer)
xfail_strict = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment