Skip to content
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

Move WebSocketConnectionError to exceptions (#1026) #1124

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

AdemOdza
Copy link
Contributor

Addressing issue #1026

There was a request for this, and it seems clearer to have the WebSocketConnectionError with the other exceptions rather than with the types.

@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #1124 (d691629) into master (a9cca4f) will increase coverage by 0.00%.
The diff coverage is 70.00%.

@@           Coverage Diff           @@
##           master    #1124   +/-   ##
=======================================
  Coverage   97.82%   97.82%           
=======================================
  Files         115      115           
  Lines        7762     7763    +1     
=======================================
+ Hits         7593     7594    +1     
  Misses        169      169           
Files Coverage Δ
ariadne/asgi/handlers/graphql_ws.py 98.71% <100.00%> (+<0.01%) ⬆️
ariadne/types.py 98.38% <ø> (+4.18%) ⬆️
tests/asgi/test_websockets_graphql_transport_ws.py 100.00% <100.00%> (ø)
tests/asgi/test_websockets_graphql_ws.py 100.00% <100.00%> (ø)
ariadne/exceptions.py 88.00% <57.14%> (-12.00%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rafalp
Copy link
Contributor

rafalp commented Oct 11, 2023

Looking good. Thank you!

@rafalp rafalp merged commit 37b5718 into mirumee:master Oct 11, 2023
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants