Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1010 Bytes

File metadata and controls

36 lines (28 loc) · 1010 Bytes

Validation Suite Setup

  1. Start the Docker container:

    docker compose up --detach --wait
  2. Set the environment variable (supports both DSN and MySQL URI formats):

    export MYSQL_DSN="my:password@tcp(localhost:3306)/db"
    # OR
    export MYSQL_DSN="mysql://my:password@localhost:3306/db"
  3. Run the tests:

    cd validation
    pixi run test