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

MAINT: Added xfail_strict option.

parent 125e70c8
Branches
Tags
1 merge request!65DOC: Added CITATION.cff to the list of files in the release guide where the...
Pipeline #32041 passed
......@@ -43,7 +43,7 @@ Conduct](https://gitlab.com/caosdb/caosdb/-/blob/dev/CODE_OF_CONDUCT.md).
[documentation](https://docs.indiscale.com/caosdb-advanced-user-tools/), the
preferred way is also a merge request as describe above (the documentation
resides in `src/doc`). However, you can also create an issue for it.
- You can also contact us at **info (AT) caosdb.de** and join the CaosDB
- You can also contact us at **info (AT) caosdb.org** and join the CaosDB
community on
[#caosdb:matrix.org](https://matrix.to/#/!unwwlTfOznjEnMMXxf:matrix.org).
......
[pytest]
testpaths = unittests
addopts = -vv
[tox]
envlist=py38, py39, py310
skip_missing_interpreters = true
[testenv]
deps=nose
pandas
......@@ -15,3 +16,8 @@ commands=py.test --cov=caosadvancedtools -vv {posargs}
[flake8]
max-line-length=100
[pytest]
testpaths = unittests
addopts = -vv
xfail_strict = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment