From b4743f9efb685545cdd780cc9ba7a50e083dd8cf Mon Sep 17 00:00:00 2001 From: Simponic Date: Mon, 19 Dec 2022 02:39:40 -0700 Subject: Get public key authenticator actually running, add password validator via hash --- test/chessh_test.exs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/chessh_test.exs (limited to 'test/chessh_test.exs') 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 -- cgit v1.2.3-70-g09d2