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

chore: remove post-yield behaviors #90

Merged
merged 2 commits into from
Dec 21, 2021
Merged

chore: remove post-yield behaviors #90

merged 2 commits into from
Dec 21, 2021

Commits on Dec 21, 2021

  1. chore: remove post-yield behaviors

    These actions can conflict with other tests within scope,
    and should already be covered by `pytest_runtest_teardown()`.
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    e8c751b View commit details
    Browse the repository at this point in the history
  2. refactor: rename the post-test function

    Make this a private function, since it's not meant to be used outside
    this plugin.
    Add resetting the socket back to normal as well.
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    143e495 View commit details
    Browse the repository at this point in the history