Support different backend for testing #43381
Labels
A-libtest
Area: `#[test]` / the `test` library
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
I like how the test works in rust, but I want to integrate them into intellij-rust/intellij-rust#1485. Therefore it would be cool to get test results in a different format like JSON.
This could be done by each test returns a single line JSON object and a single line conclusion at the end.
The text was updated successfully, but these errors were encountered: