code wiki / test
topic: test
10 modules sharing the test name family (derived from the tree's prefix discipline).
The 'test' topic family in the Nishi sovereign ecosystem provides comprehensive testing infrastructure for validating system correctness and reliability. Modules like nx_test_driver_e2e ensure end-to-end functionality of critical components, while nx_test_harness offers a robust assertion DSL for structured testing. Additionally, test_b64enc verifies the accuracy of base64 encoding against established standards, ensuring consistency across the ecosystem.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_test_driver_e2e.nx | end-to-end smoke for the bits-up test driver. | 136 | 5 |
| nx_test_evidence_census.nx | EVIDENCE-GRADE test artifacts, validated MECHANICALLY (operator: "i dont | 153 | 10 |
| nx_test_harness.nx | assertion DSL for the bits-up test driver. | 214 | 14 |
| nx_test_harness_test.nx | self-test for the assertion DSL. | 61 | 2 |
| nx_test_many_params.nx | proves nxc2 now handles >8 function params. | 24 | 2 |
| test_anatomy_risk.nx | unit test for nx_anatomy_risk: verifies score (x1000 weights) + fired factors per the ported anatomy_score_v2 model. | 37 | 5 |
| test_b64enc.nx | standalone unit test for the base64 encoder (verbatim copy of gp_b64_encode) against RFC 4648 vectors. | 56 | 3 |
| test_chdir.nx | isolate whether the new sys_chdir(80) wrapper actually changes cwd. Creates /tmp/cdt/m, | 20 | 3 |
| test_munmap.nx | verify sys_munmap actually frees. 200k cycles of mmap(1MB)+touch+munmap = 200GB churned; | 22 | 3 |
| test_render_coherence.nx | unit test for nx_render_coherence: the wet_without_context PREVENTATIVE. Proves (a) correct reframe strings, (b) the | 48 | 7 |