SIENTIAPDE-1445

Update pyproject.toml to enable automatic asyncio mode, modify pytest_asyncio fixture scopes in conftest.py for better isolation, and streamline e2e scenarios documentation in scenarios.md by removing outdated scenarios and reorganizing sections for clarity.
This commit is contained in:
vitor-aignosi
2025-12-30 16:18:52 -03:00
parent 4f076956cc
commit 90e801bdcd
9 changed files with 1546 additions and 353 deletions

View File

@@ -115,6 +115,7 @@ addopts = [
"-v",
"--strict-markers",
]
asyncio_mode = "auto"
markers = [
"asyncio: marks tests as async",
"integration: marks tests as integration tests",