Add pytest coverage for CLI and rendering behavior

This commit is contained in:
2026-04-02 14:13:06 -07:00
parent f32da588fb
commit 695e5b6541
8 changed files with 1029 additions and 0 deletions

View File

@@ -36,8 +36,14 @@ Repository = "https://github.com/yunxiaoxu/rich-viewer"
dev = [
"ruff>=0.9",
"mypy>=1.14",
"pytest>=8.0",
"pytest-cov>=5.0",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--tb=short -q"
[build-system]
requires = ["uv_build>=0.11.2,<0.12.0"]
build-backend = "uv_build"