mintel / pytest-localstack

Pytest plugin for local AWS integration tests
MIT License
78 stars 17 forks source link

Add documentation\support for cases where you want use an already running localstack container #49

Open yuvalshi0 opened 3 years ago

yuvalshi0 commented 3 years ago

If I'm already running a localstack container (in my compose file for example), it will be great to give some hints on how to connect to a create a session from a running container using RunningSession Maybe even add a fixture factory to do so?

Can try and make a PR if needed :)