mix ctx.test.setup (Aurora.Ctx v0.1.3)

View Source

A Mix task for setting up the test environment by creating and migrating the test database.

Summary

Functions

Runs the test setup task by creating and migrating the test database.

Functions

run(args)

@spec run(list() | nil) :: any()

Runs the test setup task by creating and migrating the test database.

Parameters:

  • args: list | nil - Command line arguments (not used)

Returns:

  • any