8ef586f93067670720934219f670733dd803c651
Per ADR-0037 Tests-as-Libs Convention. - manifest.module -> manifest.lib with role: 'test' - init(ctx) -> M.run_tests(ctx) entry-point export - No assertion-body change Repo renamed on Gitea: sporel-module-lib-core.maps-test -> sporel-lib-core.maps-test Local moved: sporel-modules/lib-core.maps-test/ -> sporel-libs/lib-core/maps-test/ History preserved.
sporel-module-lib-core.maps-test
P.3.1 reference test-module — validates lib-core.maps API contracts
via the engine.test.* assertion surface.
- Module-ID:
lib-core.maps-test - Version:
0.1.0 - Kind:
test-module(headless; runs init() once + exits) - Spec:
meta/docs/superpowers/specs/2026-05-10-test-module-pattern-design.md
Run
Sporel.exe --module=lib-core.maps-test
Output is TAP version 13 on stdout; exit-code = failure-count (0 = all pass).
Description
Languages
Lua
92.9%
Shell
3.8%
JavaScript
3.3%