View Source MixTestObserver.Tester (MixTestObserver v0.1.1)

Tester is the process to run mix test.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

  • :run - Run the mix test and show (and write) results.

Interface to run test.

Public interface to start.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

  • :run - Run the mix test and show (and write) results.
@spec run(input_file_path :: String.t()) :: :ok

Interface to run test.

Link to this function

run_test(input_file_path, test_args, output_file_path)

View Source
Link to this function

start(test_args, output_file_path \\ nil)

View Source
@spec start(test_args :: list(), output_file_path :: String.t() | nil) :: {:ok, pid()}

Public interface to start.