Hi, we use ginkgo testing library to write unit tests! Would it be compatible with pact-go?
m
Matt (pactflow.io / pact-js / pact-go)
12/23/2022, 8:12 AM
Hmmmm good question. I think it mostly is, but the verification process currently accepts a testing.T type.
Does ginkgo wrap that or is it completely separate?
Matt (pactflow.io / pact-js / pact-go)
12/23/2022, 8:13 AM
I think we expose the raw variant which could be wrapped by ginkgo otherwise
Matt (pactflow.io / pact-js / pact-go)
12/23/2022, 8:13 AM
(or if not, it wouldn't be hard)
z
Zeus
12/30/2022, 2:55 AM
Thanks for the response! Yep, realised that raw variant is already exposed and that should work out of the box🙂