From python-dev
Run the project test suite and report results. Use before commits or after completing a feature to check for regressions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/python-dev:pytestThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the project test suite and report results back.
Run the project test suite and report results back.
uv run pytest -v --durations=5 --timeout=180
After the test run, report back with:
--durations=5 outputIf all tests pass, just report the summary and slowest tests.
npx claudepluginhub vino9net/claude-python-skillProvides pytest guidance for Python testing: fixtures, parametrization, coverage, mocking, markers, async tests, conftest.py, and TDD workflows.
Runs pytest test suites with Allure reporting and structurally analyzes failures by type (locator, timeout, assertion, auth). Prompts for environment confirmation and offers fix workflow.
Shows test status, coverage, flaky tests, and history from cached results without re-executing. Supports pytest, Vitest, Jest, Playwright, Go, Cargo.