Run this in your elixir project (or at the root of your umbrella project) and when you update a .exs file it will run the tests from that file. If you update a .ex file it will look for a corresponding .exs file and run those tests
- Clone the repo
git clone https://github.com/danturn/constant_testing.git
- Set it up for your Elixir project:
cd constant_testing
./setup_in.sh ~/src/my_lovely_project
- Run constant testing in your Elixir project
cd ~/src/my_lovely_project
./constant-testing.sh
- Start writing code!