Exunit test runner for sublime text 3
I really liked the TestRspec ST3 plugin for ruby, so I decided to port it to elixir
With Package Control
- Run “Package Control: Install Package” command, find and install
Test ExUnit
plugin. - Restart SublimeText editor
Manually:
- Clone this git repository into your packages folder (in SublimeText, Preferences -> Browse Packages to open this folder)
- Restart SublimeText editor
Find settings in "Preferences -> Package Settings -> TestExUnit"
Find bindings in "Preferences -> Package Settings -> TestExUnit"
Be sure to configure your elixir path in package settings- this has been tested with kiex, but please report problems with other configurations by creating GH issue
Inspired by https://github.com/astrauka/TestRSpec
Parts that are taken:
- basically everything except using mix instead of rspec