aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* feat: optionally show the card's outline path in the drill promptHEADmainCraig Jennings14 days1-0/+53
* feat: add statistics dashboard CSV export and docsCraig Jennings14 days1-0/+180
* feat: add the org-drill statistics dashboard rendererCraig Jennings14 days15-0/+2142
* feat: add org-drill-treat-headline-as-card-p for empty-bodied cardsCraig Jennings14 days1-0/+87
* fix: detect #+FILETAGS decks so org-drill-mode auto-enablesCraig Jennings2026-05-301-0/+52
* docs: relocate v0 design specs to docs/design/Craig Jennings2026-05-281-1/+1
* feat: persist a session log for the stats dashboardCraig Jennings2026-05-281-0/+407
* feat: change default scheduling algorithm to simple8 with ADRCraig Jennings2026-05-271-0/+20
* refactor: take card-state in org-drill-determine-next-interval-simple8Craig Jennings2026-05-273-36/+50
* refactor: take card-state in org-drill-determine-next-interval-sm5Craig Jennings2026-05-274-44/+60
* refactor: take card-state in org-drill-determine-next-interval-sm2Craig Jennings2026-05-272-46/+60
* test: drop translate_number from card-type integration expectationsCraig Jennings2026-05-271-1/+5
* feat: add org-drill-on-timeout-action to drop unfinished cards at the time limitCraig Jennings2026-05-271-0/+42
* refactor: thread card-state struct through the item-data round-tripCraig Jennings2026-05-277-46/+87
* fix: guard sm2 cl-assert error tests behind Emacs-30 skipCraig Jennings2026-05-271-6/+23
* feat: undo last rating, customizable keys, and configurable text limitCraig Jennings2026-05-273-0/+181
* refactor: dedupe presenters, group defcustoms, and fill in docstringsCraig Jennings2026-05-264-0/+125
* fix: scope cloze fontification to drill buffers via org-drill-modeCraig Jennings2026-05-263-20/+157
* chore: coverage, autoload fix, and internal cleanup for org-drillCraig Jennings2026-05-2610-4/+277
* test: fix date-sensitive days-since-creation assertionCraig Jennings2026-05-111-7/+13
* build: migrate from Cask to EaskCraig Jennings2026-05-101-1/+1
* test: cover the active-input-method branch of response-get-buffer-createCraig Jennings2026-05-051-0/+12
* test: cover present-simple-card-with-typed-answerCraig Jennings2026-05-051-0/+18
* test: cover org-drill-presentation-prompt-in-bufferCraig Jennings2026-05-051-0/+61
* test: cover org-drill-test-display dev helperCraig Jennings2026-05-051-0/+30
* test: cover all navigation arrow keys in --read-rating-keyCraig Jennings2026-05-051-0/+9
* test: cover org-drill-add-cloze-fontification flag branchCraig Jennings2026-05-051-0/+19
* test: cover SM5 random-noise, --read-key-sequence input-method dance, goto-he...Craig Jennings2026-05-051-0/+79
* test: cover --pick-next-marker and resume happy-pathsCraig Jennings2026-05-052-0/+96
* test: cover --route-rating-result quit/edit/skip/next branchesCraig Jennings2026-05-051-0/+71
* test: cover the leitner main entry orchestratorCraig Jennings2026-05-051-0/+106
* test: cover the org-drill main entry and hypothetical-next-review-date dispatchCraig Jennings2026-05-052-0/+129
* test: cover replace-entry-text multi mode, multicloze weight errors, copy-to-...Craig Jennings2026-05-051-0/+93
* test: cover leech-warning, minibuffer timer, cloze length flag, simple8 noiseCraig Jennings2026-05-051-0/+115
* test: cover marker end-pos, variable-pitch restore, young/overdue queue branchesCraig Jennings2026-05-053-0/+104
* test: cover leitner-start-box and --read-rating-key input shapesCraig Jennings2026-05-052-0/+198
* test: cover merge-buffers, all-leitner-capture, leitner-vs-drill summaryCraig Jennings2026-05-051-0/+142
* test: cover --setup-display, --restore-display, --migrate-from-source, scope=...Craig Jennings2026-05-052-0/+214
* test: cover map-leitner-capture, response-mode, timer, sm2/simple8 dispatchCraig Jennings2026-05-053-0/+210
* test: cover orchestration helpers extracted during refactorCraig Jennings2026-05-051-0/+245
* ci: drop Emacs 28.2 from matrix; skip cl-assert tests on Emacs 29Craig Jennings2026-05-052-30/+25
* test: shadow signal-hook-function so cl-assertion-failed can be caughtCraig Jennings2026-05-052-17/+28
* test: catch cl-assertion-failed by name without ERT should-wrappingCraig Jennings2026-05-052-20/+24
* test: replace should-error with manual condition-case in scheduler error testsCraig Jennings2026-05-052-24/+40
* test: pin should-error type to cl-assertion-failed in scheduler error testsCraig Jennings2026-05-052-8/+16
* build: bump Org dep to 9.6 to match unguarded org-fold-* callsCraig Jennings2026-05-051-0/+44
* fix: keep collection scan alive when one entry errors (upstream #53)Craig Jennings2026-05-052-0/+103
* fix: keep cloze regex within a single line (upstream #38)Craig Jennings2026-05-051-0/+57
* fix: skip LaTeX preview on TTY frames (upstream #44)Craig Jennings2026-05-051-0/+49
* fix: clear stale end-pos on resume so final-report fires (upstream #33)Craig Jennings2026-05-051-0/+57