Initial commit
This commit is contained in:
1
test-project/test/test_helper.exs
Normal file
1
test-project/test/test_helper.exs
Normal file
@@ -0,0 +1 @@
|
||||
ExUnit.start()
|
||||
9
test-project/test/test_test.exs
Normal file
9
test-project/test/test_test.exs
Normal file
@@ -0,0 +1,9 @@
|
||||
defmodule TestTest do
|
||||
use ExUnit.Case
|
||||
doctest Test
|
||||
|
||||
test "greets the world" do
|
||||
out = Logfmt.encode(foo: "bar")
|
||||
assert out == "foo=bar"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user