-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing Subscriptions #11
Comments
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 |
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
The text was updated successfully, but these errors were encountered: