Skip to content

Instantly share code, notes, and snippets.

@nicholasjhenry
Created April 17, 2020 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicholasjhenry/1938acbcb587feb8e82ab20585176c1e to your computer and use it in GitHub Desktop.
Save nicholasjhenry/1938acbcb587feb8e82ab20585176c1e to your computer and use it in GitHub Desktop.
Run a single Elixir test outside of a project
# elixir example.exs
ExUnit.start
defmodule ExampleTest do
use ExUnit.Case
test "example" do
assert true == true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment