aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-drill-entry-properties.el
Commit message (Collapse)AuthorAgeFilesLines
* test: add unit tests for entry-property accessorsCraig Jennings2026-05-051-0/+214
30 ERT tests covering org-drill-entry-last-quality, entry-failure-count, entry-average-quality, entry-last-interval, entry-repeats-since-fail, entry-total-repeats, entry-ease, entry-leech-p, and entry-new-p. Documents each function's missing-property fallback behavior — three distinct shapes: nil-by-default (last-quality, average-quality, ease), hardcoded-zero-by-default (failure-count, last-interval, repeats-since- fail, total-repeats), or computed from other state (new-p, leech-p).