tix v0.4.2 mix tix View Source

Tix is a TDD tool that runs tests in an iex shell upon save of a file.

This tool should be run in the root of the project directory with the following command:

iex -S mix tix

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args.

Link to this section Functions

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.