datatest-stable 0.2.2
github-actions
released this
29 Aug 20:14
·
259 commits
to main
since this release
Added
- Restored compatibility with
fn(&Path) -> Result<()>
. The harness now can take eitherfn(&Path) -> Result<()>
orfn(&Utf8Path) -> Result<()>
.