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

Clarify documentation of event_loop fixture #375

Merged
merged 3 commits into from Jul 5, 2022

Commits on Jun 26, 2022

  1. docs: Removed contradicting information about the event_loop fixture …

    …not setting the global event loop.
    
    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Jun 26, 2022
    Copy the full SHA
    0698aee View commit details
    Browse the repository at this point in the history
  2. docs: Clarified the effect of pytest.mark.asyncio with regards to the…

    … event_loop fixture.
    
    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Jun 26, 2022
    Copy the full SHA
    8eaaebe View commit details
    Browse the repository at this point in the history
  3. docs: Provide an example for redefining the event_loop fixture rather…

    … than for setting a custom event loop.
    
    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Jun 26, 2022
    Copy the full SHA
    08952ee View commit details
    Browse the repository at this point in the history