rmv-bevy-testing-tools 0.10.2

Write simple tests for bevy systems, using rstest, insta, and speculoos.
Documentation
1
2
3
4
5
6
#!/usr/bin/env nu

cargo clippy --fix --allow-staged --all-features
cargo fmt
git update-index --again
cargo test --all-features