pact-python
pact-python copied to clipboard
docs(examples a->b->c): starting point of implementing Pact tests where there is a chain of services
Wow, this is a big one. I'll pop it on the TODO - but thank you for doing this 🙏
@mikegeeves nice work fella, will have a review this week
There's a long thread somewhere on this, I think it needs some re-work to shuffle around where Pact is wrapping around. Currently I'm mocking the http call, but from a long discussion with Tim it sounds like it would be better to move this up so it's wrapping a method around it rather than that low level. How to mock the http call like that is nice to know how to [fun figuring out getting that working :D] but I think higher up makes sense to then have a nicer pattern for the next step of async rather than HTTP where the pattern can be continued rather than completely different