DEV Community

# pytest

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Your pytest retries are lying to you. The hidden cost of --reruns, and the plugin I wrote so I could actually see what my tests were doing.

Your pytest retries are lying to you. The hidden cost of --reruns, and the plugin I wrote so I could actually see what my tests were doing.

1
Comments
4 min read
How to Find and Fix Flaky Tests in pytest

How to Find and Fix Flaky Tests in pytest

Comments
2 min read
Test Your LLM Outputs in pytest (15ms, No API Key)

Test Your LLM Outputs in pytest (15ms, No API Key)

Comments
4 min read
Stop writing fake test data by hand — I built a library that generates it for you

Stop writing fake test data by hand — I built a library that generates it for you

1
Comments
2 min read
pytest fixtures that actually scale: patterns from 2 years of Python CI pipelines

pytest fixtures that actually scale: patterns from 2 years of Python CI pipelines

Comments
6 min read
Small Lessons From Learning Pytest

Small Lessons From Learning Pytest

Comments
1 min read
PySpark Utils Library

PySpark Utils Library

Comments
8 min read
Stop writing edge case tests. Let Hypothesis find them instead.

Stop writing edge case tests. Let Hypothesis find them instead.

Comments
7 min read
Your Mutation Testing Tool Should Make You Explain Yourself

Your Mutation Testing Tool Should Make You Explain Yourself

1
Comments
3 min read
FastAPI Async+Pytest, Event Loop Trap

FastAPI Async+Pytest, Event Loop Trap

21
Comments 1
5 min read
Stop Guessing What Caused Your Flaky Tests Fail or Pass

Stop Guessing What Caused Your Flaky Tests Fail or Pass

Comments 1
3 min read
What is Mutation Testing? A Practical Guide for QA Engineers

What is Mutation Testing? A Practical Guide for QA Engineers

Comments
2 min read
Per-Test Email Inbox Isolation with Pytest and MinuteMail

Per-Test Email Inbox Isolation with Pytest and MinuteMail

Comments
4 min read
The Python Testing Toolkit: 4 Drop-In Files for Production pytest

The Python Testing Toolkit: 4 Drop-In Files for Production pytest

2
Comments
5 min read
Pytest Like a Pro: Fixtures, Mocks, and Patterns That Actually Work

Pytest Like a Pro: Fixtures, Mocks, and Patterns That Actually Work

Comments
2 min read
👋 Sign in for the ability to sort posts by relevant, latest, or top.