pytest
Installation
SKILL.md
pytest
Complete reference for Python testing with pytest.
Overview
pytest is a mature, full-featured Python testing framework that makes it easy to write simple and scalable tests.
Key Features:
- Simple: Write tests with plain assert statements
- Powerful: Fixtures for setup/teardown
- Parametrized: Run same test with different inputs
- Plugins: Rich ecosystem of plugins
- Parallel: Run tests in parallel with pytest-xdist
- Detailed: Informative failure messages