Open acrogenesis opened 2 years ago
Oh yeah, that module is specific to Phoenix channels: https://github.com/absinthe-graphql/absinthe_phoenix/blob/master/lib/absinthe/phoenix/subscription_test.ex
We wound up building a test client using gun. Now that you bring it up, it would have made far more sense to have done that as a part of this library.
@austinworks do you think the test client could be added to this repo?
@sax any plans to add testing capabilities to this library?
Is there anything I can do to help?
@benwilson512 @sax hey now that the project is in absinthe-graphql
org it might make sense to look into this again?
i could also try to help with this testing setup
I'm having trouble updating the
SubscriptionCase
the absinthe book uses for testing the subscriptions. How are you testing your subscriptions?06-chp.subscriptions/4-publish/test/support/subscription_case.ex