vinissimus / async-asgi-testclient

A framework-agnostic library for testing ASGI web applications
MIT License
159 stars 20 forks source link

#54 handle websocket rejections #55

Open hollandjake opened 2 years ago

hollandjake commented 2 years ago

Fixes #54

codecov-commenter commented 2 years ago

Codecov Report

Merging #55 (339b086) into master (916afb0) will decrease coverage by 1.42%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
- Coverage   87.56%   86.13%   -1.43%     
==========================================
  Files           6        6              
  Lines         410      411       +1     
==========================================
- Hits          359      354       -5     
- Misses         51       57       +6     
Impacted Files Coverage Δ
async_asgi_testclient/websocket.py 74.71% <100.00%> (+0.29%) :arrow_up:
async_asgi_testclient/testing.py 86.30% <0.00%> (-2.74%) :arrow_down:
async_asgi_testclient/response.py 86.36% <0.00%> (-1.52%) :arrow_down:
async_asgi_testclient/utils.py 92.50% <0.00%> (-1.25%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 916afb0...339b086. Read the comment docs.

hollandjake commented 2 years ago

Finally got the build working, had to add numerous new tests and update a few packages as their dependencies were failing the builds