feat: add containerized FastAPI health check

This commit is contained in:
bot
2026-08-11 14:44:59 +03:00
parent fea8ca89f8
commit f7e668d692
10 changed files with 167 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
[tool.pytest.ini_options]
addopts = "-ra"
cache_dir = "/tmp/pytest-cache"
pythonpath = ["."]
testpaths = ["tests"]
[tool.ruff]
target-version = "py312"
line-length = 100