You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize I am writing this as a workaround on a docker_setup fixture shortcoming: the docker executor is not available as a fixture and you can't yield multiple compose subcommands interleaved with some python instructions, only a single docker compose subcommand.
Ideally I'd like to be able to write something like
This seems like a common use case and fairly trivial to implement. Is anyone working on this / are the maintainers open to MRs that would simplify this?
Most projects need some kind of initialization. So far I am copy-pasting this kind of scripts all over the projects
This sort of works, but I wonder if it would be worth to have some kind of utility to address this kind of need in pytest-docker.
Also, using
docker_services._docker_compose.execute
feels odd.The text was updated successfully, but these errors were encountered: