rmv-bevy-testing-tools 0.7.3

Write simple tests for bevy systems, using rstest, insta, and speculoos.
Documentation
1
2
3
4
5
6
7
fn main() {
    if rustversion::cfg!(stable) {
        println!("cargo::rustc-check-cfg=cfg(coverage)");
    } else {
        println!("cargo::rustc-check-cfg=cfg(coverage_nightly)");
    }
}