Releases: avito-tech/go-mutesting
Releases · avito-tech/go-mutesting
v2.3.1
What's Changed
- Corner cases when mutating arguments in the make function have been fixed; the following will be ignored when mutating:
- Binary operations (addition, subtraction, multiplication, division, etc.)
- Unary operators (+, -, etc.)
- Direct numeric literal
- Fixed the regular expression for searching for a build tag in a test file
Full Changelog: v2.3...v2.3.1
HTML report
go-mutesting moved to go modules
In this release we have moved the library to go modules
