vinissimus / async-asgi-testclient

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

Added argument "cookies" to `websocket_connect()` #27

Closed masipcat closed 4 years ago

masipcat commented 4 years ago

Close https://github.com/vinissimus/async-asgi-testclient/issues/25

codecov-io commented 4 years ago

Codecov Report

Merging #27 into master will increase coverage by 0.17%. The diff coverage is 83.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   85.71%   85.89%   +0.17%     
==========================================
  Files           6        6              
  Lines         378      397      +19     
==========================================
+ Hits          324      341      +17     
- Misses         54       56       +2
Impacted Files Coverage Δ
async_asgi_testclient/testing.py 88.32% <100%> (+0.42%) :arrow_up:
async_asgi_testclient/websocket.py 67.07% <76.47%> (+1.79%) :arrow_up:
async_asgi_testclient/utils.py 93.75% <89.65%> (-2.33%) :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 208958c...14bc52b. Read the comment docs.