mix agentic.test_setup_recollect (agentic v0.2.2)

Copy Markdown

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