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 support for ollama module #618

Closed bricefotzo closed 3 weeks ago

bricefotzo commented 3 weeks ago

Note: I inspired myself from the java implementation of the Ollama module.

Fixes #617

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@ead0f79). Learn more about missing BASE report.

:exclamation: Current head 3ab8f36 differs from pull request most recent head fb7259c

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #618 +/- ## ======================================= 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.