aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-drill-read-rating-key.el
Commit message (Collapse)AuthorAgeFilesLines
* test: cover all navigation arrow keys in --read-rating-keyCraig Jennings2026-05-051-0/+9
| | | | | | | | | I extended the existing rating-key test with a dolist that fires every remaining navigation key (up, left, right, prior, next) — previously only `down' was covered. Each key advances the loop without ending it, then a numeric input terminates. Coverage moved from 92.3% to 92.7%.
* test: cover leitner-start-box and --read-rating-key input shapesCraig Jennings2026-05-051-0/+119
I added tests for `org-drill-leitner-start-box' (move N entries from unboxed into box 1, respect the count arg, zero is a noop) and for `org-drill--read-rating-key' (string input, arrow vector, wheel-event vector, help key showing help block, tags key triggering set-tags, typed-answer rendering in the prompt). Coverage moved from 85.7% to 87.0%.