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.53k stars 280 forks source link

fix: Update the FastAPI install on genric module doctest samples #686

Closed Tranquility2 closed 4 weeks ago

Tranquility2 commented 4 weeks ago

What was fixed

FastAPI now requires to provide the specific suit for the install, as a result one of the doctest (part of the generic module) got broken and its Dockerfile sample needed to be updated.

codecov[bot] commented 4 weeks ago

Codecov Report

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

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #686 +/- ## ======================================= Coverage ? 78.07% ======================================= Files ? 12 Lines ? 602 Branches ? 89 ======================================= Hits ? 470 Misses ? 106 Partials ? 26 ```

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