Packages
mix_phxtest
0.1.0
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.
Current section
Files
Jump to
Current section
Files
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