V3 - Messages / Events upgrade #1391
Replies: 1 comment 1 reply
-
|
Thanks for the question! It is on my todo list to add clear docs on how event driven systems can/should be tested. In the meantime though, I hope that the API docs will suffice. In particular:
When it comes to the verification, you can pass in a handler to There is a slightly outdated example for testing a message consumer and provider. I am yet to migrate these examples to the new directory structure of the current examples. Please let me know if that helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
While upgrading to V3 of pact-python, I was unable to find the equivalent to the V2 "MessagePact" system.
I had a look in the migration guide, implementation guides, and examples in the pact-python repo.
Looking through other language specific implementations, I noticed other functionality e.g. Go's "Event driven-system";
This would be ideal for me - I was using the previous "MessagePact" system in a similar way.
Looking at the feature support it says this functionality is supported for Python (Async and Sync Messaging) - but this page hasn't been updated since 2024 (before V3 came out).
Is there a way to implement this functionality since V3 has come out?
Hopefully I'm just missing something obvious!
Thanks,
Flibble
Beta Was this translation helpful? Give feedback.
All reactions