Releases: otiai10/mint
Releases · otiai10/mint
Fix bug
v1.6.0: Query map testee
Shorthand to access properties of a map: Query
.
Now we can test a map like following,
Expect(t, m).Query("users.0.name").ToBe("otiai10")
Full Changelog: v1.5.1...v1.6.0
v1.4.1
v1.4.0
v1.3.2
v1.3.0: Breaking change: deprecate "Testee.Exit"
See otiai10/copy#12