Description:
The CONTRIBUTING.md testing section (at lines 308-315) lists test commands for each contract but does not include cargo test -p insurance_pool. This means contributors may not know how to test the insurance pool.
Why it matters: Contributors need clear instructions for testing all components.
Acceptance Criteria:
Relevant Files: CONTRIBUTING.md:308-315
Description:
The CONTRIBUTING.md testing section (at lines 308-315) lists test commands for each contract but does not include
cargo test -p insurance_pool. This means contributors may not know how to test the insurance pool.Why it matters: Contributors need clear instructions for testing all components.
Acceptance Criteria:
cargo test -p insurance_poolto the testing sectiontest-insuranceMakefile target referenceRelevant Files:
CONTRIBUTING.md:308-315