didacrarbones

Results 1 issues of didacrarbones

On a windows system, the endpoint command returns a weird string: `0.0.0.0:9997\r\n` That's why the `strip` [here](https://github.com/avast/pytest-docker/blob/master/src/pytest_docker/plugin.py#L79) does not change the string, and [this](https://github.com/avast/pytest-docker/blob/master/src/pytest_docker/plugin.py#L87) line takes the garbage part. I...