csernazs / pytest-httpserver

Http server for pytest to test http clients
MIT License
214 stars 28 forks source link

test_example_blocking_httpserver.py: remove httpserver.clear() #270

Closed csernazs closed 9 months ago

csernazs commented 9 months ago

Remove this call as it is not needed here.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8110d9d) 95.47% compared to head (d6a4d04) 95.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #270 +/- ## ======================================= Coverage 95.47% 95.47% ======================================= Files 4 4 Lines 597 597 ======================================= Hits 570 570 Misses 27 27 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.