Packages

Mix task for running specific tests in your phoenix project via 'mix test' (ex_unit) and 'mix watch' (mix-test.watch, not included) more conveniently, using short path aliases.

Retired package: Release invalid - Unusable due to application name inconstistency

Current section

Files

Jump to
mix_phxtest lib mix tasks phxtest.ex
Raw

lib/mix/tasks/phxtest.ex

defmodule Mix.Tasks.Phxtest do
use Mix.Task
@shortdoc "Build a phoenix compatible mix test command"
def run(params) do
Phxtest.run_command(:test, params)
end
end