Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pytest asyncio auto mode #212

Merged
merged 3 commits into from
Aug 25, 2022
Merged

Use pytest asyncio auto mode #212

merged 3 commits into from
Aug 25, 2022

Conversation

lundberg
Copy link
Owner

@lundberg lundberg commented Aug 25, 2022

Leaving asyncio pytest markers due to python 3.6.

Fixes #207

@lundberg lundberg force-pushed the drop-asyncio-marker branch from 0c4ea41 to 7b1f201 Compare August 25, 2022 20:17
@codecov-commenter
Copy link

codecov-commenter commented Aug 25, 2022

Codecov Report

Merging #212 (7b1f201) into master (e2507b1) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #212   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines         2735      2684   -51     
  Branches       338       338           
=========================================
- Hits          2735      2684   -51     
Impacted Files Coverage Δ
tests/test_api.py 100.00% <ø> (ø)
tests/test_mock.py 100.00% <ø> (ø)
tests/test_router.py 100.00% <ø> (ø)
tests/test_stats.py 100.00% <ø> (ø)
tests/test_transports.py 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@lundberg lundberg force-pushed the drop-asyncio-marker branch from 7b1f201 to 54dd0a6 Compare August 25, 2022 20:30
@lundberg lundberg merged commit 33566ff into master Aug 25, 2022
@lundberg lundberg deleted the drop-asyncio-marker branch August 25, 2022 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests failing with pytest-asyncio>=0.19.0
2 participants