avast / pytest-docker

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

Add More Scope Fixture #62

Closed jynolen closed 1 year ago

jynolen commented 3 years ago

The aim of this PR is to have more control over the lifecycle of containers.

Right now it not possible (or correctly if i'm wrong) to have a tests with single use container. By using adding more scoped fixture is now possible to have short live containers.

jynolen commented 1 year ago

Any updates on this PR?