pact-foundation / pact-reference

Reference implementations for the pact specifications
https://pact.io
MIT License
91 stars 46 forks source link

feat: add with_generators #444

Closed JP-Ellis closed 3 months ago

JP-Ellis commented 3 months ago

Add FFI to add generators without requiring the use of integration JSON.

JP-Ellis commented 3 months ago

Before merging, I just want to add a few tests first; though I can confirm that it works locally in Pact Python.

JP-Ellis commented 3 months ago

Fixed the typos, and added a test. Ready for review :)