anyone here ever set up a graphql django mock prov...
# pact-python
u
anyone here ever set up a graphql django mock provider to verify graphql consumer pacts with before? (actually I don’t think it even matters if it’s graphql. It’s really just about having some local test server spin up for the provider during the test) django is pretty annoying with this stuff
If django doesn't play nice I'll just try use fast api inside of my django test case to start a server