Improve test coverage

* Refactor some functions to improve unit test coverage.

* Use the "coverage" module if available along with unit tests.
This commit is contained in:
2025-10-08 23:53:45 -04:00
parent 75c5d76047
commit ab039dc412
4 changed files with 180 additions and 31 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ missing
__pycache__
venv
build
.coverage