This commit is contained in:
2026-08-15 23:08:36 -05:00
parent 133a54657c
commit c32957b78e
37 changed files with 134528 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
defmodule CasebotTest do
use ExUnit.Case
doctest Casebot
test "greets the world" do
assert Casebot.hello() == :world
end
end
+1
View File
@@ -0,0 +1 @@
ExUnit.start()