Django Test client with with async resolvers #518
Answered
by
markedwards
JanoschDeurer
asked this question in
Q&A
-
Hey, thanks for the great library :) I'm moving my project from an sqlalchemy based backend to django. I'm having problems with the async resolvers and the django test client. If I write async test methods and use the async test client of django I get the following error message:
When I use the normal django test client I get the following:
Does anyone have any ideas on how to get around this? |
Beta Was this translation helpful? Give feedback.
Answered by
markedwards
Apr 2, 2021
Replies: 1 comment 1 reply
-
See this thread: #493 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JanoschDeurer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See this thread: #493