Implementing "<test_binary> --list --format json" for use by IDE test explorers / runners #592
Closed
Description
opened on Feb 19, 2023
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.
Activity