diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-13 16:28:25 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-13 16:28:25 -0400 |
commit | 9d31e04f8ec8c53c6f6e2323d7422b86b7a4ad90 (patch) | |
tree | d59ea470942c5701afe75f993fe94c754414cfdf | |
parent | 8af4945c9841b23224c6f76460278f67947fd01e (diff) | |
download | getwtxt-9d31e04f8ec8c53c6f6e2323d7422b86b7a4ad90.tar.gz |
comment on handler tests
-rw-r--r-- | handlers_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/handlers_test.go b/handlers_test.go index 088af24..66c1566 100644 --- a/handlers_test.go +++ b/handlers_test.go @@ -24,6 +24,8 @@ func logToNull() { log.SetOutput(hush) } +// these will be expanded later. currently, they only +// test for a 200 status code. func Test_indexHandler(t *testing.T) { initTestConf() t.Run("indexHandler", func(t *testing.T) { |