getsentry / responses

A utility for mocking out the Python Requests library.
Apache License 2.0
4.08k stars 347 forks source link

Use pytest.mark.asyncio #707

Closed markstory closed 4 months ago

markstory commented 4 months ago

This resolved async test failures locally.

Refs #706

codecov[bot] commented 4 months ago

Codecov Report

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

Comparison is base (aba9741) 99.93% compared to head (790646d) 99.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #707 +/- ## ======================================= Coverage 99.93% 99.93% ======================================= Files 9 9 Lines 3064 3066 +2 ======================================= + Hits 3062 3064 +2 Misses 2 2 ```

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