You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The testcontainers.core.config module defines a get_user_overridden_connection_mode function that reads the TESTCONTAINERS_CONNECTION_MODE environment variable. This looks as though it should be used to initialize the connection_mode_override member of the testcontainers_config object, but is actually unused.
I guess this might be intentional, but it would seem useful to be able to easily control the connection mode from the environment.
Describe the bug
The
testcontainers.core.config
module defines aget_user_overridden_connection_mode
function that reads theTESTCONTAINERS_CONNECTION_MODE
environment variable. This looks as though it should be used to initialize theconnection_mode_override
member of thetestcontainers_config
object, but is actually unused.I guess this might be intentional, but it would seem useful to be able to easily control the connection mode from the environment.
To Reproduce
Runtime environment
The text was updated successfully, but these errors were encountered: