batch_run 1.2.0

Batch runner for arbitrary Rust files within current project
Documentation
1
2
3
4
5
6
7
8
(
    status: 101,
    stdout: [],
    stderr: [
        "thread \'main\' panicked at \'assertion failed: false\', test_batches/basic/run-fail.rs:2:5",
        "note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace",
    ],
)