Hello, is there any support right now for BDCT in ...
# pact-python
a
Hello, is there any support right now for BDCT in Pactflow using pact-python?
1
m
Pactflow just needs a consumer contract in pact format - so yes python supports it. On the provider it's not used, you need to BYO provider testing tool and publish an OAS
t
@Matt (pactflow.io / pact-js / pact-go) any example on how to publish the openapi spec to pactflow in a python project cc @Adam Anderson in case you have done this.
m
Just use the CLI tools to publish, it is language agnostic
t
Thanks!
👍 1
a
@Matt (pactflow.io / pact-js / pact-go) we have graphql endpoints, any recommendation there for uploading? Is there a way to upload a set of example provider responses instead of a spec?
m
At this moment in time we don’t support GraphQL for the BDCT flow. You could still use the standard Pact workflow of course
👍 1
The idea of uploading something that is not actually the provider spec (e.g. OAS/GraphQL) but a series of tests is something we are considering, but haven’t yet got an official position on
a
Thanks Matt, we have the standard verification flow up and running but excited to try BDCT.
👍 1