Add pytest coverage for CLI and rendering behavior
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user