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
6 stars 4 forks source link

feat: add WithMainArtifact and WithSecondaryArtifact options #14

Closed JulienBreux closed 8 months ago

JulienBreux commented 8 months ago

Rel #11

Note on the proposed design.

In Go, I use Test Containers' native hooks. This allows me to have a clean and breast design.

JulienBreux commented 8 months ago

Hi @lbroudoux,

Maybe a good opportunity to add @mdelapenya (if he's agree) to review the design (not really the code).

mdelapenya commented 8 months ago

Really cool! Thanks for leveraging the lifecycle hooks! 👏

LGTM!