Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytest-dev/pytest-asyncio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pytest-dev/pytest-asyncio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: async-autouse-fixture-triggers-multiple-loop-error
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 12, 2024

  1. [feat] Raises a MultipleEventLoopsRequested error when a function-sco…

    …ped loop is pulled in by an async autouse fixture in addition to an event loop with larger scope.
    
    Signed-off-by: Michael Seifert <[email protected]>
    seifertm committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    aae1fd7 View commit details
    Browse the repository at this point in the history
  2. [refactor] Extracted function to iterate over the collector hierarchy…

    … of a test item.
    
    Signed-off-by: Michael Seifert <[email protected]>
    seifertm committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8095cde View commit details
    Browse the repository at this point in the history
  3. [feat] Detect multiple higher-scoped event loops requested in the sam…

    …e test.
    
    Previously, the detection was limited to a function-scoped loop and a higher-scoped loop.
    
    Signed-off-by: Michael Seifert <[email protected]>
    seifertm committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a70577c View commit details
    Browse the repository at this point in the history
Loading