Implementing "<test_binary> --list --format json" for use by IDE test explorers / runners #592
Labels
major-change
A proposal to make a major change to rustc
major-change-accepted
A major change proposal that was accepted
T-compiler
Add this label so rfcbot knows to poll the compiler team
Proposal
pre-RFC: 18308
Feature Name: Implementing "<test_binary> --list --format json"
Start Date: 2023-02-08
RFC PR: none yet (based however on discussions in #107307 2)
Rust Issue: rust-lang/rust#107307 3
<test_binary> --format pretty|terse|json|junit already exists. (See #49359)
As does <test_binary> --list.
This proposal put both together i.e. <test_binary> --list --format json for use by IDE test explorers / runners for superior user experience.
Until stabilization, a topic for an upcoming RFC, this will be available under -Zunstable-options.
Mentors or Reviewers
@bjorn3 @oli-obk @Manishearth
The text was updated successfully, but these errors were encountered: