aboutsummaryrefslogtreecommitdiff
path: root/tests/test-init-module-headers.el
Commit message (Collapse)AuthorAgeFilesLines
* test: extend header allowlist to text/editing modulesCraig Jennings2026-05-241-2/+13
| | | | I added the nine custom-* modules to the classified allowlist so the header-validation test enforces the contract on them too. 16 of 102 modules are now covered.
* test: enforce load-graph headers on classified modulesCraig Jennings2026-05-241-0/+111
I added test-init-module-headers.el, which checks that every classified module declares the seven required header lines and names any that are missing. The classified set is an explicit allowlist that grows one batch at a time. Parity with the init.el require set is the Phase 1 exit criterion. The cases cover the happy path, a single missing line, the eager-reason conditional, and allowlist scoping.