aboutsummaryrefslogtreecommitdiff
path: root/tests/test-integration-card-types-integration-test.el
Commit message (Collapse)AuthorAgeFilesLines
* test: drop translate_number from card-type integration expectationsCraig Jennings2026-05-271-1/+5
| | | | The card-type-system-complete integration test expected translate_number to be registered in org-drill-card-type-alist, but issue #43 removed that entry because its presenter never existed, and test-org-drill-translate-number-regression.el asserts it stays out. The integration test contradicted the shipped fix and had been failing on that assertion since the test suite landed. I dropped translate_number from its expected-types list and noted why inline.
* test: Complete Phase 2 card type testsCraig Jennings2025-11-131-0/+69
- Add unit tests for show1cloze card type (6 tests) - Add unit tests for multicloze variants (12 tests) - Add integration test for card type system (5 tests) Phase 2 complete: All major card types tested Total: 114 tests (98 unit + 16 integration), all passing