vinissimus / async-asgi-testclient

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

Fix WebSocketSession.receive_json() doesn't support bytes #32

Closed masipcat closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #32 into master will increase coverage by 1.03%. The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   86.21%   87.25%   +1.03%     
==========================================
  Files           6        6              
  Lines         399      400       +1     
==========================================
+ Hits          344      349       +5     
+ Misses         55       51       -4     
Impacted Files Coverage Δ
async_asgi_testclient/websocket.py 73.49% <57.14%> (+5.20%) :arrow_up:

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 edbe00d...550a2bc. Read the comment docs.