csernazs / pytest-httpserver

Http server for pytest to test http clients
MIT License
219 stars 29 forks source link

werkzeug deprecation warnings fix #243

Closed csernazs closed 1 year ago

csernazs commented 1 year ago
csernazs commented 1 year ago

Fixes #242.

codecov[bot] commented 1 year ago

Codecov Report

Merging #243 (c1139d7) into master (1df798a) will decrease coverage by 0.14%. The diff coverage is 87.50%.

:exclamation: Current head c1139d7 differs from pull request most recent head a803cf6. Consider uploading reports for the commit a803cf6 to get more accurate results

@@            Coverage Diff             @@
##           master     #243      +/-   ##
==========================================
- Coverage   95.61%   95.47%   -0.14%     
==========================================
  Files           4        4              
  Lines         593      597       +4     
==========================================
+ Hits          567      570       +3     
- Misses         26       27       +1     
Impacted Files Coverage Δ
pytest_httpserver/httpserver.py 95.57% <87.50%> (-0.19%) :arrow_down: