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

feat(testing): add shorthand aliases to `simulate_*` methods #2002

Closed vytas7 closed 2 years ago

vytas7 commented 2 years ago

Closes #1806

codecov[bot] commented 2 years ago

Codecov Report

Merging #2002 (f1ff481) into master (ee97769) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #2002   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6684      6715   +31     
  Branches      1242      1243    +1     
=========================================
+ Hits          6684      6715   +31     
Impacted Files Coverage Δ
falcon/testing/client.py 100.00% <100.00%> (ø)

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 ee97769...f1ff481. Read the comment docs.