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

1
.gitignore vendored
View File

@@ -11,4 +11,5 @@ build/
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
.env