summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2022-12-19 02:39:40 -0700
committerSimponic <loganhunt@simponic.xyz>2022-12-19 02:39:40 -0700
commitb4743f9efb685545cdd780cc9ba7a50e083dd8cf (patch)
treea538467211886df38c79706769029e23c7aadb61 /test
parent9cdfb6eb9cd30c4e06a7d9fef53e519983827d81 (diff)
downloadchessh-b4743f9efb685545cdd780cc9ba7a50e083dd8cf.tar.gz
chessh-b4743f9efb685545cdd780cc9ba7a50e083dd8cf.zip
Get public key authenticator actually running, add password validator via hash
Diffstat (limited to 'test')
-rw-r--r--test/chessh_test.exs4
-rw-r--r--test/server_test.exs8
2 files changed, 4 insertions, 8 deletions
diff --git a/test/chessh_test.exs b/test/chessh_test.exs
new file mode 100644
index 0000000..0fa7da8
--- /dev/null
+++ b/test/chessh_test.exs
@@ -0,0 +1,4 @@
+defmodule ChesshTest do
+ use ExUnit.Case
+ doctest Chessh
+end
diff --git a/test/server_test.exs b/test/server_test.exs
deleted file mode 100644
index d710e5c..0000000
--- a/test/server_test.exs
+++ /dev/null
@@ -1,8 +0,0 @@
-defmodule ChesshTest do
- use ExUnit.Case
- doctest Chessh
-
- test "greets the world" do
- assert Chessh.hello() == :world
- end
-end