Releases: gotestyourself/gotest.tools
Releases · gotestyourself/gotest.tools
Release v2.3.0
This version includes the following changes:
- a
go.mod
andgo.sum
were added to support consuming the package using go modules #136 - [fs] the
Apply
function was added #130 - [poll] add common check function implementations #132
- [fs] add more PathOp functions #133 #135
- [skip] support a message from the check function #137
Thanks @glefloch, and @icholy for your contributions to this release!
Release v2.2.0
This version includes the following changes:
- [fs]
FromDir
now handles symlinks properly - [fs] Support carriage return insensitive comparisons for file content
- [assert] Improve failures message of
Error
- [assert] Fix a panic when an assertion was used in a
defer
- [env] Fix a panic in
ToMap
when used with an empty variable - [fs] Fix the filename used by
NewFile
andNewDir
when the name included a path separator - Additional test coverage
- [icmd] Add some common
CmpOp
- [assert] add
Regexp
assertion
Thanks @vdemeester @kolyshkin @silvin-lubecki for the contributions!
Version 1.4.0
- fix some windows bug, CI now includes windows
- [assert] add
Error
convenience functions - [assert] add a
gty-migrate-from-testify
tool for automated migration from testify - [x/subtest] add an experimental
subtest
package - [fs] add assertions/comparison of a manifest to a filesystem