avast / pytest-docker

Docker-based integration tests
MIT License
427 stars 71 forks source link

Added docker_setup fixture #64

Closed kennysong closed 2 years ago

kennysong commented 3 years ago

Added a docker_setup() fixture to allow the user to customize the command to bring up Docker Compose services.

Solves https://github.com/avast/pytest-docker/issues/63

Luminaar commented 2 years ago

Hello and thank you for your contribution. I'm going to close this PR in favor of #67 which I like a bit more and it achieves the same thing.