RFC: Output - Multi-harness runner with progression #2563
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
T-RFC
Label RFC PRs and Issues
Requested feature: The current harness runner is built on top of the previous single-harness runner we had. There's lots to improve in terms of UX here, starting from a distributed design which allows us to decouple harness runners from the main Kani driver. Progression is another area to improve: We could show dot-based progress similar to how it's done other tools (e.g.,
cargo test -q
), but with more colors to represent a wider set of states (unwinding, SAT-solving, etc.).Use case: Running multiple harnesses.
Link to relevant documentation (Rust reference, Nomicon, RFC):
cargo test
- display optionsTest case:
<code>
The text was updated successfully, but these errors were encountered: