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
7
8
#!/usr/bin/env nu

# first build all test binaries (and check for errors)
just test-all --no-run
# then run them all
just test-all

cargo test --doc --all-features