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:
@@ -115,6 +115,7 @@ addopts = [
|
||||
"-v",
|
||||
"--strict-markers",
|
||||
]
|
||||
asyncio_mode = "auto"
|
||||
markers = [
|
||||
"asyncio: marks tests as async",
|
||||
"integration: marks tests as integration tests",
|
||||
|
||||
Reference in New Issue
Block a user