N.I.L.O. Docs

Core Tests

この文書は Core layer の test coverage とよく使う verification commands を説明します。

Coverage goals

Common commands

Core-focused verification:

env PYTHONDONTWRITEBYTECODE=1 UV_CACHE_DIR=/private/tmp/nilo_uv_core uv run pytest -q -p no:cacheprovider

Full local verification:

env PYTHONDONTWRITEBYTECODE=1 UV_CACHE_DIR=/private/tmp/nilo_uv_full uv run pytest -q -p no:cacheprovider

Notes