feat: add containerized FastAPI health check
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user