Enhance test fixtures and user registration logic to ensure plan existence and correct role assignment

This commit is contained in:
JSC
2025-07-25 18:43:29 +02:00
parent 45ba28af52
commit 52ebc59293
5 changed files with 247 additions and 238 deletions

View File

@@ -40,3 +40,8 @@ ignore = ["D100", "D103"]
[tool.ruff.per-file-ignores]
"tests/**/*.py" = ["S101", "S105"]
[tool.pytest.ini_options]
filterwarnings = [
"ignore:transaction already deassociated from connection:sqlalchemy.exc.SAWarning",
]