Releases: LukasKalbertodt/libtest-mimic
Releases · LukasKalbertodt/libtest-mimic
v0.8.1
- Fix bug when executing trials on fewer threads than trials (thanks @hanna-kruppe for catching this)
v0.8.0
- Breaking: bump MSRV to 1.65
- Remove
threadpool
dependency, getting rid of memory leaks observed when running under valgrind (thanks @Felix-El) in #46 - Switch from
termcolor
toanstream
to get rid of duplicate dependencies (thanks @hanna-kruppe) in #44 - Bump dev-dependency
fastrand
to2
(thanks @alexanderkjall) in #47 - Fix outdated docs
v0.7.3
- Default to single-threaded tests for WebAssembly (thanks @alexcrichton) in #41
v0.7.2
- Fix
Conclusion::exit_code
(logic was inverted in 0.7.1)
v0.7.1
v0.7.0
- Also check
kind
when filtering tests (thanks @sunshowers) in #30- This is potentially breaking as additional or fewer tests might be executed in some situations.
- Add JSON format output (thanks @PaulWagener and @t-moe) in #35
- Add no-op flags to add CLI compatibility for IntellJ Rust (thanks @Dinnerbone and @t-moe) #28 /
70cdc55
v0.6.1
Fixed
- Actually spawn as many threads as specified by
--test-threads
(thanks @hgzimmerman) in #32. - Fix & improve docs
- Fix badge in README
Changed
- Deemphasize MSRV by removing check and note from README in #24.
v0.6.0
v0.5.2
v0.5.1
Added
Trial::{name, kind, has_ignored_flag, is_test, is_bench}
getters