-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
A-libtest2Area: libtest implemented on top of the new harnessArea: libtest implemented on top of the new harnessC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectations
Milestone
Description
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"
? - Benchmarking support
- Whether json output should be included rendered output, see Stabilize json output #42 (comment)
- multiple failures
- Output capturing #12
- Fixture support #18
- Parametrized tests support #19
- Test markers #70
- Json output evolution #71
- Test location data #72
- Ensure cargo callers can still differentiate "suites" #73
- Document the proposed json format and why choices were made #74
- Ability to differentiate from compiler messages #78
- Replace'
TestKind
with markers #84
Metadata
Metadata
Assignees
Labels
A-libtest2Area: libtest implemented on top of the new harnessArea: libtest implemented on top of the new harnessC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectations