Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Add Docker export test with mock builder implementation #1317

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ImBIOS
Copy link

@ImBIOS ImBIOS commented Aug 10, 2024

It introduces a new file export_test.go with unit tests for the export functionality. The tests use a mock implementation of the builder.Impl interface called MockBuilder.

The commit also includes an update to the go.mod file, adding the github.com/lib/pq and github.com/stretchr/testify dependencies.

Lastly, the go.sum file is updated with the checksum for the github.com/stretchr/objx v0.5.0 dependency.

Related:

It introduces a new file `export_test.go` with unit tests for the export functionality. The tests use a mock implementation of the `builder.Impl` interface called `MockBuilder`.

The commit also includes an update to the `go.mod` file, adding the `github.com/lib/pq` and `github.com/stretchr/testify` dependencies.

Lastly, the `go.sum` file is updated with the checksum for the `github.com/stretchr/objx` v0.5.0 dependency.
@encore-cla
Copy link

encore-cla bot commented Aug 10, 2024

All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant