v0.10.0
·
41 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
[0.10.0] - 2026-09-05
Added
- cargo adapter — Rust driver through
cargo test. Ids are<target>::<path>
(lib::…for unit tests,<tests-file-stem>::…for integration tests) and compose
to--lib/--test <name>+-- --exact <path>for targeted runs. Verdicts are
parsed from cargo's per-test console lines, attributed to targets by the
Running …headers with stderr merged; doc-tests are excluded. A compile error maps
tonot_collected, matching gradle/xctest. Collection iscargo test --tests -- --listwith a per-file--test <stem>fallback;tdd doctor's collectable gate is
cargo test --no-run. Target lint requires the::separator.