Shuo Yang
09/28/2022, 8:00 PMYousaf Nabi (pactflow.io)
Slackbot
09/28/2022, 8:32 PMYousaf Nabi (pactflow.io)
Shuo Yang
09/28/2022, 9:14 PMYousaf Nabi (pactflow.io)
Matt (pactflow.io / pact-js / pact-go)
Imagine a provider service lives in a repo GitHub.com/sean/provider.git (hypothetical), it provides an api of 1+1=2; and now, as the owner of this api, I wanted to change it to 1*1=1 (which breaks the contracts, but I did not know)is this a functional change, or an API interface change? That matters, because Pact isn’t a functional testing tool
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Shuo Yang
09/29/2022, 12:39 AMMatt (pactflow.io / pact-js / pact-go)
1+1=2
the body of the code, or the API?