gotest.tools v2.2.0 Release Notes

Release Date: 2018-11-11 // over 5 years ago
  • 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!