testcontainers-python
testcontainers-python copied to clipboard
Feature: Stream stdout and stderr via logging module
In testcontainers-java, the stdout and stderr of the container are streamed to slf4j, making it easy to follow up on the logs of the containers as the test progresses. It's really useful when container takes time to start (waiting for the condition).
I think it's beneficial to have same feature in testcontainers python