summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/poolparty_test.exs3
-rw-r--r--test/test_helper.exs1
2 files changed, 4 insertions, 0 deletions
diff --git a/test/poolparty_test.exs b/test/poolparty_test.exs
new file mode 100644
index 0000000..761c433
--- /dev/null
+++ b/test/poolparty_test.exs
@@ -0,0 +1,3 @@
+defmodule PoolpartyTest do
+ use ExUnit.Case
+end
diff --git a/test/test_helper.exs b/test/test_helper.exs
new file mode 100644
index 0000000..869559e
--- /dev/null
+++ b/test/test_helper.exs
@@ -0,0 +1 @@
+ExUnit.start()