pytest

Tag

Cards List
#pytest

A tool for finding the causes of unstable Python tests

Hacker News Top ↗ · 2026-07-30 Cached

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.

0 favorites 0 likes
#pytest

Plugins case study: Pluggy

Eli Bendersky ↗ · 2026-06-14 Cached

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.

0 favorites 0 likes
← Back to home

Submit Feedback