pytest-python
Installation
SKILL.md
Pytest Testing for Python
Quick Reference
Test Discovery
Pytest auto-discovers tests matching:
- Files:
test_*.pyor*_test.py - Functions:
test_*prefix - Classes:
Test*prefix (no__init__)
Pytest auto-discovers tests matching:
test_*.py or *_test.pytest_* prefixTest* prefix (no __init__)