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

cleanup: remove dependency on docker-compose #38

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

murfffi
Copy link
Member

@murfffi murfffi commented Jan 23, 2025

Updated integration tests that referenced compose/quickstart.yml to use plain testcontainers instead. While that duplicates configuration in quickstart.yml, it drops the indirect dependency to github.com/docker/compose, reducing the go.mod length from 200(!) to 70 lines thus reducing the modules that library users download by 130.

Testing Done: connection_test.go

Updated integration tests that referenced compose/quickstart.yml to use
plain testcontainers instead. While that duplicates configuration in quickstart.yml,
it drops the indirect dependency to github.com/docker/compose, reducing the go.mod length
from 200(!) to 70 lines thus reducing the modules that library users download by 130.

Testing Done: connection_test.go
@coveralls
Copy link

Coverage Status

coverage: 64.022% (+0.1%) from 63.889%
when pulling ef4b1f2 on cleanup/remove_compose_dep
into 780647b on master.

@murfffi murfffi merged commit e4f5cac into master Jan 23, 2025
3 checks passed
@murfffi murfffi deleted the cleanup/remove_compose_dep branch January 23, 2025 17:39
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.

2 participants