# `mix pgflow.test.setup`
[🔗](https://github.com/agoodway/pgflow/blob/v0.1.0/lib/mix/tasks/pgflow.test.ex#L1)

Sets up the test database by starting Docker containers and running migrations.

## Usage

    mix pgflow.test.setup

## What It Does

  1. Starts Docker Compose services defined in test/support/db/compose.yaml
  2. Waits for PostgreSQL to be ready
  3. The pgflow schema is automatically loaded via init scripts

---

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