aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-drill-leitner-orchestrator.el
Commit message (Collapse)AuthorAgeFilesLines
* test: cover the leitner main entry orchestratorCraig Jennings2026-05-051-0/+106
I added tests for `org-drill-leitner' with mocked `leitner-entry' returning t (full loop completes, summary printed), 'quit (pcase quit branch returns t), 'edit (pcase edit branch jumps to marker), and a case where the boxed queue is short of `org-drill-maximum-items-per-session' so `leitner-start-box' runs to top it up. Coverage moved from 89.8% to 91.6% — the suite is now over 90%.