csernazs / pytest-httpserver

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

fix docs #271

Closed csernazs closed 8 months ago

csernazs commented 9 months ago
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 (3cf02f2) 95.47%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #271 +/- ## ======================================= 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.

csernazs commented 9 months ago

@matez0 fixed the texts according to your suggestion, it made it better, thanks! Please check. If it looks ok for you I would merge it.

matez0 commented 9 months ago

@matez0 fixed the texts according to your suggestion, it made it better, thanks! Please check. If it looks ok for you I would merge it.

Looks fine. (If the added exception class reference is correct.)