feat(reports): add task status settings and tests

This commit is contained in:
2026-07-06 01:22:39 +03:00
parent 99bbdb4398
commit 28cd141e76
9 changed files with 333 additions and 55 deletions

View File

@@ -17,6 +17,7 @@ include = ["src*"]
[tool.pytest.ini_options]
pythonpath = ["."]
asyncio_mode = "auto"
norecursedirs = ["__tests__"]
markers = [
"integration: Integration tests requiring external services (Docker, Testcontainers, Superset). Use --run-integration to enable.",
]