pact-python
pact-python copied to clipboard
Feature: Implement requestFilter's as per pact-js
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 the request.
My consumer is an angular app and provider a django app. I am aware that requestFilter has been implemented in pact-js which is exactly what I was looking for. This is where I read about it.
Would love to have something similar in python too.
Thanks!
Facing a similar problem. Does the team have someone working on updating pact-python as the underlying Ruby is updated? @mefellows @bethesque
This doesn't relate to the underlying Ruby, and is simply additional behaviour added to Pact JS to support this capability.
It would be a direct enhancement to Pact Python to make this happen.
I know this is an old thread, but is anything going to happen with this missing feature?
@elliottmurray might be interested if he has time. Matt or I can explain what is needed.
Still interested in such feature, especially when working with contracts from pact broker.
Anyone is welcome to try and implement this, pact-js serves as a good example. pact-jvm and other languages alos have the feature.
If you would like any guidance, please let us know
I know this is an old thread, but is anything going to happen with this missing feature?
You could implement it and propose a PR @ChengLiPP, same applies to the other posters and requestors