diff --git a/pyproject.toml b/pyproject.toml index 2445ad35..861715eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,7 @@ repository = "https://github.com/ImagingDataCommons/highdicom.git" [tool.pytest.ini_options] minversion = "7" addopts = ["--doctest-modules", "-ra", "--strict-config", "--strict-markers"] +filterwarnings = ["error"] testpaths = ["tests"] log_cli_level = "INFO" xfail_strict = true