elixir_sense
elixir_sense copied to clipboard
Make most tests not require a source installation of Elixir
Make most tests not require a source installation of Elixir, but those that do are only run with mix test --include requires_source
Accomplish this by creating ElixirSenseExample.ModuleWithFunctions and ElixirSenseExample.UseExample that live in the test/support directory
Add indicators in the example code to show where the cursor is