-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Implement requestFilter's as per pact-js #107
Comments
Facing a similar problem. Does the team have someone working on updating pact-python as the underlying Ruby is updated? |
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
You could implement it and propose a PR @ChengLiPP, same applies to the other posters and requestors |
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!
The text was updated successfully, but these errors were encountered: