run-tests

star 0

Run the project test suite. Use when the user asks to run tests, verify changes, or check for regressions.

Fkinds By Fkinds schedule Updated 2/22/2026

name: run-tests description: Run the project test suite. Use when the user asks to run tests, verify changes, or check for regressions. disable-model-invocation: true

Run tests with the following commands. Always use uv run.

Unit tests (no DB required, parallel)

uv run pytest tests/unit --numprocesses auto

Functional tests (requires PostgreSQL, parallel)

uv run pytest tests/functional --numprocesses auto

Integration tests (sequential)

uv run pytest tests/integration

Lint rule tests

uv run pytest tests/linting

All tests

uv run pytest

Single file or test case

uv run pytest tests/unit/test_example.py
uv run pytest tests/unit/test_example.py::TestClass::test_method
Install via CLI
npx skills add https://github.com/Fkinds/python_template --skill run-tests
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator