How to mock/stub custom directives? #909
Unanswered
chirdeeptomar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a custom directive for authorization. I would like to provide a fixture in pytest so the tests are isolated from authorization server, I am running the graphqlserver inside a starlette container for testing.
How do I go about achieving this? Thanks
Beta Was this translation helpful? Give feedback.
All reactions