lovely-pytest-docker
lovely-pytest-docker copied to clipboard
Pytest plugin providing the ability to use docker-compose services as fixtures.
Same Issue as for pytest-docker See https://github.com/avast/pytest-docker/issues/78
Hello ! I've run into an issue, which I think may be caused by my very recent version of docker-compose (2.2.0). ### Minimal reproduction I created a project in */tmp/foo*...
I've run into the issue that I'm no longer able to start a docker container using _lovely-pytest-docker_. When I run a pytest that creates a docker container, the test throws...
--docker-echo: Print commands being run
# Problem? lovely-pytest-docker could not run under wsl because it could not find the docker-compose executable # Solution! Make sure to specify docker-compose.exe so that wsl can properly resolve the...
Running on windows it seems execute returns some invalid characters in output and thus failing on getting port from output (and maybe somewhere else). I've managed to patch this like...