From fd4263b6f8796579b8f4e0c08ee071ef35679b60 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Fri, 9 Dec 2022 09:51:28 +0100 Subject: [PATCH] MAINT: Added xfail_strict option. --- pytest.ini | 3 --- tox.ini | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index ca6aad82..00000000 --- a/pytest.ini +++ /dev/null @@ -1,3 +0,0 @@ -[pytest] -testpaths=unittests -addopts=-x -vv --cov=caosdb diff --git a/tox.ini b/tox.ini index 50c22d57..3b3371a9 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- GitLab