From 42a7df30557eeadb8180ffd525279490df411ce6 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 17 Aug 2025 21:02:01 +0200 Subject: [PATCH] add pytest config --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9587a04..062098d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,3 +89,7 @@ lint.ignore = [ "TRY003", # Long exception message ] +[tool.pytest.ini_options] +addopts = "-rsXx" +testpaths = ["masque"] +