microcks / microcks-testcontainers-go

Go lib for Testcontainers that enables embedding Microcks into your unit tests with lightweight, throwaway instance thanks to containers.
https://microcks.io
Apache License 2.0
5 stars 3 forks source link

Allow adding container dependencies for Async minion container from ensemble #10

Closed lbroudoux closed 1 month ago

lbroudoux commented 5 months ago

See https://github.com/microcks/microcks-testcontainers-java/issues/30 which has the full context and explanations.

Please discuss here the specific issue of adapting and implementing this to Go.

JulienBreux commented 1 month ago

Not accurate for Go ? (because actually nothing is in realtime)

lbroudoux commented 1 month ago

Yes I wonder if this is not specific to Java where the lifecycle of testcontainers (create / start / stop). is actually managed by the Spring Boot or Quarkus frameworks. It looks like - correct me if I'm wrong - we don't have such advanced in Go Lang. Closing this issue but feel free to re-open if I missed something.