Murat Gun
09/16/2025, 4:37 PMYousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
• Consumer Side: When consumers generate contracts, there isn't a verification step against a mock service. The consumer code doesn't seem to be asserting its expectations before the pact file is created.How do you mean here? Are people manually creating the contracts, or are these just testing a mock service rather than the actual code that makes calls to a provider?
Yousaf Nabi (pactflow.io)
Murat Gun
09/16/2025, 4:48 PMYousaf Nabi (pactflow.io)
Murat Gun
09/16/2025, 4:56 PMMurat Gun
09/16/2025, 4:57 PMYousaf Nabi (pactflow.io)
Murat Gun
09/16/2025, 5:02 PMYousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
Murat Gun
09/16/2025, 5:10 PMErich Zimmerman
09/16/2025, 5:43 PMMatt (pactflow.io / pact-js / pact-go)
No they are calling verify function as empty, it means without asserting anything they are creating contracts.I’m still a little confused. Could you perhaps show us what you mean by pasting a snippet of code or pseudo-code ?