aboutsummaryrefslogtreecommitdiff
path: root/tests/test-card-type-twosided.el
Commit message (Collapse)AuthorAgeFilesLines
* test: Add boundary, error, and edge case testsCraig Jennings2025-11-131-0/+345
| | | | | | | | 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 2 card type testsCraig Jennings2025-11-131-0/+218
- Add unit tests for simple card type (11 tests) - Add unit tests for twosided card type (11 tests) - Add unit tests for hide1cloze card type (4 tests) Total: 91 tests (80 unit + 11 integration), all passing