Tag
pytest-leak-finder is a pytest plugin that uses binary search to identify which earlier test causes a later test to fail when run together.
A blog post examining Pluggy, a Python library for building plugin systems originally from pytest, including how it works and how to use it with a toy HTML conversion tool.