add a basic generate() test

This commit is contained in:
Nick Pegg 2025-05-04 15:50:34 -07:00
parent e605ba84e5
commit 5f2490ff0c
8 changed files with 244 additions and 25 deletions

View file

@ -24,7 +24,7 @@ lint:
cargo clippy
test:
cargo test
RUST_BACKTRACE=1 cargo test
test-watch: