Skip to content

Releases: gotestyourself/gotest.tools

Release v2.3.0

23 Dec 23:05
1083505
Compare
Choose a tag to compare

This version includes the following changes:

  • a go.mod and go.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

11 Nov 18:39
Compare
Choose a tag to compare

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 and NewDir 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

30 Apr 20:51
f2728c7
Compare
Choose a tag to compare
  • 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