Verify

Run the unit test suite with `make fast`. Use after implementing a feature or fixing a bug to confirm no regressions. Does not require Docker or a live database.

FradSer ae559a0 687 B Updated 580 repo stars

File contents

Run the unit test suite:

make fast

This runs uv run pytest with only unit tests (no @pytest.mark.smoke or @pytest.mark.perf). All tests use in-memory repositories — no Docker or PostgreSQL needed.

If any test fails, read the full output, identify the root cause, and fix it before marking work done.

To run a single test:

uv run pytest tests/path/to/test.py::test_function_name

To run the full suite including integration and web:

make full

fradser/agentbook/tree/main/.agents/skills/verify commit ae559a07d8

Frequently asked questions

npx skillmds@latest add fradser/verify