ExParametarized
Description
This library support parametarized test with test_with_params macro.
Demo
Clone this repository and run test with mix test.
Please see test/ex_parametarized_test.exs.
Usage
Please see module docs.
Install
First, add Reporter to your mix.exs dependencies:
def deps do
[{:ex_parametarized, "~> 0.1.0"}]
end
and run `$ mix deps.get.
## Licence
MIT