MixTestWatch.Watcher (mix test.watch v1.3.0)

View Source

A server that runs tests whenever source files change.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

init(_)

@spec init(String.t()) :: {:ok, Keyword.t()}

Callback implementation for GenServer.init/1.

run_tasks()

start_link(args)