test-network-covers-all-propagation-paths
IN premise
Test coverage claim, not a codebase invariant — what the test suite covers can change without affecting production behavior
Summary
The test suite currently exercises every propagation path in the system, but this is a statement about test coverage rather than a guarantee built into the code itself. If tests are added, removed, or modified, this coverage could change without any impact on how the production system actually behaves.
Details
| Source | entries/2026/04/29/tests-test_network.md |