summary refs log tree commit diff stats
path: root/handlers_test.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-13 16:28:25 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-13 16:28:25 -0400
commit9d31e04f8ec8c53c6f6e2323d7422b86b7a4ad90 (patch)
treed59ea470942c5701afe75f993fe94c754414cfdf /handlers_test.go
parent8af4945c9841b23224c6f76460278f67947fd01e (diff)
downloadgetwtxt-9d31e04f8ec8c53c6f6e2323d7422b86b7a4ad90.tar.gz
comment on handler tests
Diffstat (limited to 'handlers_test.go')
-rw-r--r--handlers_test.go2
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) {