This commit is contained in:
2024-05-23 00:41:31 +02:00
parent d7d21eee83
commit b3cec2fd69
10 changed files with 209 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
defmodule ElixirssshTest do
use ExUnit.Case
doctest Elixirsssh
test "greets the world" do
assert Elixirsssh.hello() == :world
end
end
+1
View File
@@ -0,0 +1 @@
ExUnit.start()