Skip to content

Conversation

@tjkuson
Copy link
Contributor

@tjkuson tjkuson commented Aug 9, 2025

Document that pytest-asyncio runs test cases sequentially and that it works with pytest.mark.parametrize

Closes #694

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.88%. Comparing base (2c75c45) to head (30500e0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1179   +/-   ##
=======================================
  Coverage   88.88%   88.88%           
=======================================
  Files           2        2           
  Lines         405      405           
  Branches       44       44           
=======================================
  Hits          360      360           
  Misses         35       35           
  Partials       10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tjkuson tjkuson marked this pull request as ready for review August 9, 2025 15:05
Copy link
Contributor

@seifertm seifertm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "concurrency" topic does come up regularly, so it's nice to have a documentation section to point to.

Thanks!

@seifertm seifertm added this pull request to the merge queue Aug 13, 2025
Merged via the queue into pytest-dev:main with commit 70be261 Aug 13, 2025
21 of 22 checks passed
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.

Parameterized asynchronous execution test cases

3 participants