vinissimus / async-asgi-testclient

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

Add support for multipart/form-data #24

Closed masipcat closed 4 years ago

masipcat commented 4 years ago

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

codecov-io commented 4 years ago

Codecov Report

Merging #24 into master will increase coverage by 1.45%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   84.25%   85.71%   +1.45%     
==========================================
  Files           5        6       +1     
  Lines         343      378      +35     
==========================================
+ Hits          289      324      +35     
  Misses         54       54
Impacted Files Coverage Δ
async_asgi_testclient/testing.py 87.89% <100%> (+0.31%) :arrow_up:
async_asgi_testclient/multipart.py 100% <100%> (ø)

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 21a8c5f...2846e04. Read the comment docs.