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"] +