vinissimus / async-asgi-testclient

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

added handling of absolute redirect paths #53

Closed bentheiii closed 2 years ago

bentheiii commented 2 years ago

fixes #52

bentheiii commented 2 years ago

Yeah I tried my best but I can't figure out what the problem is, reverted starlette for now. Hopefully someone with more ASGI knowledge can come along down the line.

codecov-commenter commented 2 years ago

Codecov Report

Merging #53 (538f832) into master (916afb0) will increase coverage by 0.17%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   87.56%   87.74%   +0.17%     
==========================================
  Files           6        6              
  Lines         410      416       +6     
==========================================
+ Hits          359      365       +6     
  Misses         51       51              
Impacted Files Coverage Δ
async_asgi_testclient/testing.py 89.11% <100.00%> (+0.07%) :arrow_up:
async_asgi_testclient/utils.py 94.11% <100.00%> (+0.36%) :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 916afb0...538f832. Read the comment docs.

masipcat commented 2 years ago

version 1.4.11 released