Started on a Python workshop <https://github.com/...
# maintainers
y
Started on a Python workshop https://github.com/YOU54F/pact-workshop-python Couple of snags that stop it being as aligned with the other workshops 1. no request filters in python, can use custom provider header, but I can’t see a way of validating that the header is present before adding the customer provider header, so it can be used say per request (for an authenticated state) and not for unauthed states a. workaround - use custom provider header b. caveat - header injected, may not exist in client pact 2. no ability to verify pact by URL, can retrieve from broker by consumer version selectors, or directly from URL a. workaround - use docker based verifier Both are feature reqs against the project, already open.
🙌 2