You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/3558-libtest-json.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,12 @@ Our rough plan for vetting a proposal is:
54
54
3. Add experimental support for cargo to interact with test binaries through the unstable programmatic output
55
55
4. Create a stabilization report for programmatic output for T-libs-api and a cargo RFC for custom test harnesses to opt into this new protocol
56
56
57
+
It is expected that the experimental test harness have functional parity with `libtest`, including
58
+
- Ignored tests
59
+
- Parallel running of tests
60
+
- Benches being both a bench and a test
61
+
- Test discovery
62
+
57
63
We should evaluate the design against the capabilities of test runners from different ecosystems to ensure the format has the expandability for what people may do with custom test harnesses or `cargo test`, including:
58
64
- Ability to implement different format modes on top
0 commit comments