JosiahWitt / ensure

A balanced test framework for Go
MIT License
8 stars 0 forks source link

Enhance `IsNil`, `IsError`, and `MatchesAllErrors` #59

Closed JosiahWitt closed 1 year ago

JosiahWitt commented 1 year ago

Now nil is handled correctly for slices, maps, channels, and functions in IsNil, IsError, and MatchesAllErrors. It also fixes passing in the empty string to os.DirFS in the CLI.