# `mix agentic.test_setup_recollect`

Sets up the Recollect test database for integration tests.

Creates the `recollect_test` database and runs Recollect's migrations.
Requires PostgreSQL running locally with the `postgres` user.

## Usage

    mix agentic.test_setup_recollect

After setup, run integration tests with:

    mix test --include integration

---

*Consult [api-reference.md](api-reference.md) for complete listing*
