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.
Any plan to support the OpenAPI spec like this repo https://bitbucket.org/atlassian/swagger-request-validator/src/master/swagger-request-validator-pact/?
Does `pact-python` support event-driven architecture? e.g. Kafka If so, documentation/examples/tests would be greatly appreciated.
Hi, I am developing pact tests for my code and I am stuck at a place where I need a way to dynamically create authentication based on certain properties of...
Setup
Im currently trying to get some very simple python pact examples running. I tried a bunch of projects. But either they were to unspecific or just didnt work for me.....
Hi! I'm getting the following error when trying to `pip install pact-python` from within a nix shell on OSX: ``` Running setup.py install for pact-python ... error ERROR: Command errored...
pact Java and a few other clients support messaging style of API already. Any road map for Python?
Making a put request with image data as a payload results in the mock service returning a 500. The following errors are logged in ``` E, [2018-12-04T09:01:40.958484 #9] ERROR --...
I am unable to run contract tests between two python services that authenticate using HMAC keys due to the serialization differences between the actual requests and the mocked request provided...
I am new to pact and am trying to run the pact tests in python , but get this error every time 'C:\Program Files (x86)\Python36-32\Lib\site-packages\pact\bin\pact\lib\ruby\bin..\bin.real\ruby.exe: No such file or directory...
I am attempting to verify my contract against a running provider. The provider uses SSL verification, and When I run `pact-verifier`, all I get is a bunch of SSL errors....