vinissimus / async-asgi-testclient

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

Don't decode bytes to string to build multipart #29

Closed masipcat closed 4 years ago

masipcat commented 4 years ago

Closes https://github.com/vinissimus/async-asgi-testclient/issues/28

codecov-io commented 4 years ago

Codecov Report

Merging #29 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   85.89%   85.89%           
=======================================
  Files           6        6           
  Lines         397      397           
=======================================
  Hits          341      341           
  Misses         56       56
Impacted Files Coverage Δ
async_asgi_testclient/multipart.py 100% <100%> (ø) :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 f42d1f8...341dae6. Read the comment docs.