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.54k stars 281 forks source link

feat(core): allow custom dockerfile path for image build and bypassing build cache #615

Closed black-snow closed 3 months ago

black-snow commented 3 months ago

fix #610

codecov[bot] commented 3 months ago

Codecov Report

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

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #615 +/- ## ======================================= Coverage ? 80.29% ======================================= Files ? 11 Lines ? 604 Branches ? 86 ======================================= Hits ? 485 Misses ? 92 Partials ? 27 ```

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