N.I.L.O. Docs

测试策略

本文档面向开发者,说明测试分层和执行策略。

分层

测试规则

常用命令

uv run pytest -q -p no:cacheprovider
uv run pytest -q tests/live

如果需要隔离安装验证:

uv run --no-project --with . nilo --help
uv run --no-project --with . nilo server run --help