aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-drill-entry-p.el
Commit message (Collapse)AuthorAgeFilesLines
* test: Add boundary, error, and edge case testsCraig Jennings2025-11-131-0/+86
| | | | | | | | Added 66 comprehensive tests covering: - Entry detection with extreme values and Unicode - SM2 algorithm with boundary conditions - Workflow error handling with malformed data - Card types with complex content structures
* test: Add Phase 1 foundation tests for critical functionsCraig Jennings2025-11-131-0/+182
- Add unit tests for org-drill-entry-p (14 tests) - Add unit tests for org-drill-part-of-drill-entry-p (14 tests) - Add unit tests for SM2 scheduling algorithm (23 tests) - Add integration test for basic drill workflow (11 tests) - Update Makefile to support test-*.el naming pattern - Rename org-drill-test.el to test-org-drill.el for consistency Total: 65 tests, all passing