hey folks, congrats first of all for the great wor...
# general
m
hey folks, congrats first of all for the great work you're doing with Pact! I am new to contract testing and pact and I have a question: what's the right tool to use if I want to bring by pact files and spin up a docker container and mocks out a provider?
🙏 1
👋 2
is there something for gRPC as well?
m
So if I understand correctly, you want to take a pact file and then run a stub service from the contracts - correct?
(the mock server is stateful, and is used for mocks not stubs
m
YES! this is it!!! thanks so much!!! sorry I think I'll take the chance to review as well the difference between mocks and stubs 😉
🙌 1
m
No worries 🙂
TL;DR - mocks are things you use to validate behaviour, stubs do not
m
gotcha! thanks!
👍 1