testcontainers / testcontainers-python

Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
https://testcontainers-python.readthedocs.io/en/latest/
Apache License 2.0
1.44k stars 270 forks source link

fix: Add Cockroach DB Module to Testcontainers #608

Closed joelhess closed 1 month ago

joelhess commented 1 month ago

Adds [Cockroach DB] (https://www.cockroachlabs.com/) module to use with Test containers

I had done this previously under https://github.com/testcontainers/testcontainers-python/pull/281, but opted to just redo it rather than try to rebase all the things.

alexanderankin commented 1 month ago

will merge whenever the tests run

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@0768490). Learn more about missing BASE report.

:exclamation: Current head 31a18c3 differs from pull request most recent head 053e706

Please upload reports for the commit 053e706 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #608 +/- ## ======================================= Coverage ? 75.18% ======================================= Files ? 10 Lines ? 548 Branches ? 77 ======================================= Hits ? 412 Misses ? 110 Partials ? 26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.