pnuckowski / aioresponses

Aioresponses is a helper for mock/fake web requests in python aiohttp package.
MIT License
513 stars 86 forks source link

restore tests for python 3.6 #226

Closed pnuckowski closed 1 year ago

pnuckowski commented 1 year ago

Restore tests for python 3.6.

codecov-commenter commented 1 year ago

Codecov Report

Base: 95.04% // Head: 95.33% // Increases project coverage by +0.29% :tada:

Coverage data is based on head (af92ab0) compared to base (695c0c2). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #226 +/- ## ========================================== + Coverage 95.04% 95.33% +0.29% ========================================== Files 3 3 Lines 343 343 ========================================== + Hits 326 327 +1 + Misses 17 16 -1 ``` | [Impacted Files](https://codecov.io/gh/pnuckowski/aioresponses/pull/226?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [aioresponses/compat.py](https://codecov.io/gh/pnuckowski/aioresponses/pull/226/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YWlvcmVzcG9uc2VzL2NvbXBhdC5weQ==) | `75.00% <0.00%> (+2.50%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.