N.I.L.O. Docs

Core Tests

This document describes Core-layer test coverage and common 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