This is to track our effort for stabilizing our json putput See also rust-lang/testing-devex-team#1 Open questions - Currently, success is `"status": null`, should it be `"status": "success"`? - #14 - ~~Whether json output should be included rendered output, see https://github.com/epage/pytest-rs/issues/42#issuecomment-1573812105~~ (see 1ef1f95) - #69 - #12 - #18 - #19 - #70 - #71 - #72 - #73 - #74 - #78 - #84 - Failable discovery - Do we need nested discovery? - Run tests in parallel to discovery? [#t-testing-devex > Handling slow test discovery @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/404371-t-testing-devex/topic/Handling.20slow.20test.20discovery/near/540020953) - [testsuite/test properties](https://docs.pytest.org/en/7.1.x/how-to/output.html#record-property) - [potential annotations](https://gist.github.com/o11c/ef8f0886d5967dfebc3d) - #166
This is to track our effort for stabilizing our json putput
See also rust-lang/testing-devex-team#1
Open questions
"status": null, should it be"status": "success"?#[bench]macro #14Whether json output should be included rendered output, see Stabilize json output #42 (comment)(see 1ef1f95)RunModewith markers #84