Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@steve-s
Created July 21, 2022 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steve-s/18472675f4668ec5bc929e6fd338e0db to your computer and use it in GitHub Desktop.
Save steve-s/18472675f4668ec5bc929e6fd338e0db to your computer and use it in GitHub Desktop.
@pytest.fixture(autouse=True)
def auto_hpy_debug(request):
with LeakDetector() as ld:
yield ld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment