Manual Code Review
Pair review by 2 engineers using defined checklist
Lint & Style Check (clippy, fmt)
clippy
Automated CI enforcement with manual override if needed
Unit Testing
cargo test and mock.rs coverage inspection
cargo test
mock.rs
Functional Scenario Validation
Using try-runtime, mock_runtime, and integration tests
try-runtime
mock_runtime
Benchmark Validation
Runtime weight measured via frame-benchmarking
frame-benchmarking
Test Data Consistency
Seeded randomness and pattern-based test scenarios
Last updated 8 months ago