pact-python
pact-python copied to clipboard
Python version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
“Add support” means adding DSL methods that call the underlying Rust functionality. “Add example” means create an example Python project that showcases using the functionality.
“Add support” means adding DSL methods that call the underlying Rust functionality. “Add example” means create an example Python project that showcases using the functionality.
“Add support” means adding DSL methods that call the underlying Rust functionality. “Add example” means create an example Python project that showcases using the functionality.
“Add support” means adding DSL methods that call the underlying Rust functionality. “Add example” means create an example Python project that showcases using the functionality.
Add support and example of a synchronous message provider verification using a plugin (gRPC example)
“Add support” means adding DSL methods that call the underlying Rust functionality. “Add example” means create an example Python project that showcases using the functionality.
“Add support” means adding DSL methods that call the underlying Rust functionality. “Add example” means create an example consumer and provider Python project that showcases using the functionality.
Hello, I am interested in adding GraphQL support in Python implementation. How much effort it could take to implement?
We got asked the question in slack, as to whether you could verify pacts in a directory or from multiple locations. The function currently expects a comma separated string of...
please excuse my ignorance as I am new to the pact approach. perhaps there is something I am missing in the recommended workflow. it seems like during normal local development,...
I'm using `pact-python` version 1.7.0. There doesn't seem to be a way to verify with a specific pact by passing in a pact URL. I tried passing a `pact_url` kwarg...