From 9afd0871527e58d306784c64ccb7db0666863aa9 Mon Sep 17 00:00:00 2001 From: AdrianoDev Date: Fri, 1 May 2026 08:52:11 +0200 Subject: [PATCH] =?UTF-8?q?docs(V2):=20aggiorna=20conteggio=20test=20259?= =?UTF-8?q?=20=E2=86=92=20310=20nel=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b71f376..f031b4f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ sul token bearer fornito dal client. override-abili tramite variabili dedicate (`DERIBIT_URL_*`, `BYBIT_URL_*`, `HYPERLIQUID_URL_*`, `ALPACA_URL_*`) - **Documentazione interattiva** OpenAPI/Swagger esposta a `/apidocs` -- **Qualità verificata**: 259 test (unit + integration + smoke), mypy +- **Qualità verificata**: 310 test (unit + integration + smoke), mypy pulito, ruff pulito ## Avvio rapido (sviluppo, senza Docker) @@ -201,7 +201,7 @@ PORT=9000 TESTNET_TOKEN="$TESTNET_TOKEN" bash tests/smoke/run.sh ```bash uv sync -uv run pytest # tutta la suite (259 test attesi) +uv run pytest # tutta la suite (310 test attesi) uv run pytest tests/unit -v # solo unit uv run pytest tests/integration -v uv run ruff check src/ tests/