What is pytest?
Testing in Python
Audio flashcard · 0:16Nortren·
What is pytest?
0:16
Pytest is a popular third-party testing framework that uses plain functions and the assert keyword instead of special assertion methods. It has a powerful fixture system, parametrized tests, plugins, and excellent error reporting. As of 2026 it is the dominant testing tool in the Python ecosystem.
docs.pytest.org