aboutsummaryrefslogtreecommitdiff
path: root/tests/test-init-module-headers.el
Commit message (Collapse)AuthorAgeFilesLines
* test: enforce load-graph headers on classified modulesCraig Jennings13 days1-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.