Skip to content

Instantly share code, notes, and snippets.

@steve-s
Created July 21, 2022 15:12
Embed
What would you like to do?
@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