aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-drill-response-and-timer.el
Commit message (Collapse)AuthorAgeFilesLines
* test: cover the active-input-method branch of response-get-buffer-createCraig Jennings2026-05-051-0/+12
| | | | | | | | I added a small case for `org-drill-response-get-buffer-create' that sets an input method then asserts the helper propagates it into the new response buffer. Coverage stayed near 94.7% (instrumentation noise can move it ±0.2%).
* test: cover map-leitner-capture, response-mode, timer, sm2/simple8 dispatchCraig Jennings2026-05-051-0/+108
I added direct tests for `org-drill-map-leitner-capture' (route by DRILL_LEITNER_BOX), the response-mode exit-kind handlers (quit/edit/skip/ tags/rtn), `org-drill-presentation-timer-cancel', and the sm2/simple8 branches of `org-drill-smart-reschedule''s algorithm dispatcher. Coverage moved from 80.6% to 81.8%.