testcontainers-python icon indicating copy to clipboard operation
testcontainers-python copied to clipboard

Bug: Wrong return type hint for exec of DockerContainer

Open levrik opened this issue 1 year ago • 0 comments

Describe the bug

The return type of exec of DockerContainer is defined as tuple[int, str] while it is tuple[int, bytes] at runtime.

levrik avatar Apr 26 '24 07:04 levrik