Enhance test fixtures and user registration logic to ensure plan existence and correct role assignment
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user