ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Test​Ex​Unit

by Dania02525 (Dania Simmons) ST3 MacLinux

ExUnit test runner plugin for Sublime Text 3

Labels elixir, testing, exunit

Details

Installs

  • Total 58
  • Win 0
  • Mac 38
  • Linux 20
Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Text 3 Test ExUnit

Exunit test runner for sublime text 3

Motivation

I really liked the TestRspec ST3 plugin for ruby, so I decided to port it to elixir

Installation

With Package Control

  1. Run “Package Control: Install Package” command, find and install Test ExUnit plugin.
  2. Restart SublimeText editor

Manually:

  1. Clone this git repository into your packages folder (in SublimeText, Preferences -> Browse Packages to open this folder)
  2. Restart SublimeText editor

Configuration

Find settings in “Preferences -> Package Settings -> TestExUnit”

Default settings

Key bindings

Find bindings in “Preferences -> Package Settings -> TestExUnit”

Default bindings

Notes

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

Acknowledgments

Inspired by https://github.com/astrauka/TestRSpec

Parts that are taken: * basically everything except using mix instead of rspec