Skip to content

Commit

Permalink
Merge pull request #284 from chainifynet/feature/more-tests
Browse files Browse the repository at this point in the history
Improve coverage
  • Loading branch information
wobondar authored Mar 5, 2024
2 parents 3446f6b + 8eec957 commit f2f16bb
Show file tree
Hide file tree
Showing 14 changed files with 1,226 additions and 23 deletions.
8 changes: 8 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ packages:
interfaces:
Verifier:
Signer:
github.com/chainifynet/aws-encryption-sdk-go/pkg/internal/crypto/hasher:
config:
dir: mocks/{{ replaceAll .PackagePath "internal" "internal_" }}
interfaces:
Hasher:
hash:
interfaces:
Hash:
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deps:
@echo "Installing dependencies"
@go mod download -x all
@go install gotest.tools/gotestsum@latest
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.2
@go install github.com/vektra/mockery/v2@v2.42.0
@#go get github.com/stretchr/testify/mock@v1.8.4

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f2f16bb

Please sign in to comment.