Library skeleton
This commit is contained in:
1
test/test_helper.exs
Normal file
1
test/test_helper.exs
Normal file
@@ -0,0 +1 @@
|
||||
ExUnit.start()
|
||||
8
test/ukraine_taxid_ex_test.exs
Normal file
8
test/ukraine_taxid_ex_test.exs
Normal file
@@ -0,0 +1,8 @@
|
||||
defmodule UkraineTaxidExTest do
|
||||
use ExUnit.Case
|
||||
doctest UkraineTaxidEx
|
||||
|
||||
test "greets the world" do
|
||||
assert UkraineTaxidEx.hello() == :world
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user