Changelog
- In test output, module paths are now colored cyan (#42).
Fixed
- While querying binaries to list tests, lines ending with “: benchmark” will now be ignored (#46).
Fixed
- Running cargo nextest from within a crate now runs tests for just that crate, similar to cargo test. Thanks Yaron Wittenstein for reporting this!
- Updated nextest-runner to 0.1.1, fixing builds on Rust 1.54.
Added
- Listing tests
- for faster results
- Partitioning tests across multiple CI jobs
- and flaky test detection