From 7907800341e410b15f9e2978359d4e0a7a654630 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Wed, 3 Jul 2024 09:25:08 -0700 Subject: [PATCH] Update pytest config (#220) --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fefa38c..5f0e003 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,9 +50,13 @@ attr = 'spin.__version__' include = ["spin*"] [tool.pytest.ini_options] +minversion = "8.0" +addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"] +xfail_strict = true filterwarnings = [ "ignore:cannot collect 'test' because it is not a function:", ] +log_cli_level = "info" [tool.ruff.lint] select = [