Open
Description
What is the idiomatic approach for testing subscriptions? It seems that the client.execute
option in graphene.test
is more appropriate for Query
testing.
P.S. There is a subscription execution example in the documentation but it does not seem to be part of the testing library (https://docs.graphene-python.org/en/latest/execution/subscriptions/).