mix agent_test (client_utils v0.1.18)

View Source

Runs mix test with a lock file to prevent concurrent test runs. Queued requests block until their results are ready.

Usage

mix agent_test [options]

All arguments are passed through to mix test.

Examples

mix agent_test
mix agent_test test/my_test.exs
mix agent_test --only integration

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(argv)

Callback implementation for Mix.Task.run/1.