Releases: halimath/expect
Releases · halimath/expect
0.6.0
Feature: EqualToStringByLines
supports transformers
which can be used to clean up the lines before comparing them.
0.5.1
- add missing calls to
t.Helper()
for expectations so that expectation code does not show up in test failure locations
0.5.0
is.Error(v, nil)
works identical to is.NoError(v)
0.4.0
- Add new string matcher reporting differences by line
- Add migrate tool to migrate old tests written for api v0.1.0 to the latest API version
0.3.0
- Improved API (no dot imports)
- Improved use of generics to enforce type safety
0.2.0
feature: api refactoring improving use of generics (#2)
* feature: api refactoring improving use of generics
* build: run ci on go 1.18 to 1.21