Run pytest with proper configuration and coverage reporting
Executes pytest with coverage reporting and displays test results with failure details.
/plugin marketplace add jwplatta/prompt-library/plugin install pythonic@jwplatta-claude-toolsExecute the project's test suite using pytest with appropriate options and coverage reporting.
Run Tests
uv run pytest to run all testsCoverage Analysis (if requested)
uv run pytest --cov for coverage reportTest Filtering (if requested)
uv run pytest tests/test_specific.pyuv run pytest -k "pattern"uv run pytest --lf