Add unit tests for core functions #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Low
Only integration tests exist. The filtering logic (
should_include_entry,is_hidden,is_ignored) and the output formatting functions have zero unit tests.These are pure functions that are trivial to test and would catch regressions faster than integration tests.