M16: isolate acceptance and harden readiness

This commit is contained in:
NuklearRabbit
2026-08-10 12:08:42 +02:00
parent 2ee8b2d82b
commit 686795a452
13 changed files with 200 additions and 41 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ logs:
docker compose logs -f --tail=200
test:
docker compose run --rm api pytest
sh scripts/run-isolated-tests.sh
lint:
docker compose run --rm api ruff check .