wip(assertion): incomplete refactor of tests and assertion helpers

Tests have started using github.com/jimeh/go-mocktesting which allows
testing unhappy paths where t.Fatal() and related functions are called.
This commit is contained in:
2021-12-28 02:08:40 +00:00
parent 3f967b571f
commit 4e07a1a657
37 changed files with 2510 additions and 489 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.42
version: v1.43
env:
VERBOSE: "true"