falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

docs: clarify that `TestClient` doesn't use the app's JSON handlers #2104

Closed vytas7 closed 2 years ago

vytas7 commented 2 years ago

Add a note that TestClient's simulate_*() methods don't use the app's media handlers.

Closes #2099

An unrelated change to get the CI to pass: Hypercorn is pinned in the corresponding tox environment to exclude the current buggy versions (ref https://github.com/pgjones/hypercorn/issues/65).

codecov[bot] commented 2 years ago

Codecov Report

Merging #2104 (4af36d1) into master (3816217) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master     #2104   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           62        62           
  Lines         6743      6743           
  Branches      1253      1253           
=========================================
  Hits          6743      6743           
Impacted Files Coverage Δ
falcon/media/json.py 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.