Commits
- Commit:
d9bb8469b460e6d63787980c7a28c41184986c5d
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: teach test harness to count and basic tree tests
Add count instruction to the test harness to simulate count modifier
compound keys (e.g., 11j), and add basic tests for the tree view.
ok stsp@
- Commit:
8d212112582e612c39aa399858bc0b10c74782d0
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: blame regress and new test framework wait instruction
Basic blame view test required adding the WAIT_FOR_UI instruction to delay
screen dumps till the ui has been completely rendered. This will also apply
to future test cases such as limited log views and further blame test cases.
ok stsp@
- Commit:
de7a51b7b8b94810307946710affa0f6e70de184
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: basic diff view test and fix hardcoded script path
ok stsp@
- Commit:
b568caa8aa856a6b8c4c435003250c6dd80b19a3
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
zap stale tog regress make target spotted by stsp@
- Commit:
af21bb7e28a5a337eb50bfd364a1e1640c6f97b1
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: implement automated test harness
Add framework for scripting tog tests by capturing screen dumps to compare
with expected output. Includes some preliminary log view tests but lots more
tests are needed to cover diff, blame, tree, ref, and help views.
ok stsp@