python-testing-deep

Installation
SKILL.md

Quick Reference

pytest Command Purpose
pytest Run all tests
pytest -v Verbose output
pytest -k "name" Run tests matching pattern
pytest -x Stop on first failure
pytest --lf Run last failed
pytest -n auto Parallel execution
Fixture Scope Duration
function Per test (default)
class Per test class
module Per test file
session Entire test run
Installs
15
GitHub Stars
18
First Seen
Mar 5, 2026
python-testing-deep — amrahman90/python-expert-agent