code: test framework and coverage for development

This commit is contained in:
2025-01-14 15:53:11 +01:00
parent f821e2d7d7
commit 4ae38adc8e
7 changed files with 582 additions and 20 deletions

9
Justfile Normal file
View File

@@ -0,0 +1,9 @@
test:
cargo test
cargo test --features "autoreloader"
test coverage:
cargo tarpaulin
dev install:
cargo install cargo-tarpaulin