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: update test module import #623

Closed Tranquility2 closed 3 weeks ago

Tranquility2 commented 3 weeks ago

Following #612, updated the test module import with a better name and some minor fixes.

codecov[bot] commented 3 weeks ago

Codecov Report

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

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #623 +/- ## ======================================= Coverage ? 76.96% ======================================= Files ? 11 Lines ? 573 Branches ? 83 ======================================= Hits ? 441 Misses ? 106 Partials ? 26 ```

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

alexanderankin commented 3 weeks ago

ill rebase and merge

Tranquility2 commented 3 weeks ago

fresh commit over main