-
Notifications
You must be signed in to change notification settings - Fork 6
Add tests to code. #1
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
Comments
Added tests for subscription_manager module -- #12. Currently working to finish tests for subscription_transport_ws module. Should be done in a week or two and all primary tests for the repo will be complete. |
Just added about half the tests for the subscriptions_transport.py module. It utilizes nodejs to execute the apollographql/subscriptions-transport-ws server tests using their subscription client (version [email protected]). Getting all the multiprocess / subprocess stuff took me a bit to get right (new to this), but now that most of the setup is working, shouldn't take long to finish up these tests. That still means it is currently behind their released version (as of 16 hrs ago) of 0.7.0. |
Completed initial test suit for current implementation. See #13. |
Initial implementation...no tests currently. Add tests.
The text was updated successfully, but these errors were encountered: