summary refs log tree commit diff stats
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
parent8af4945c9841b23224c6f76460278f67947fd01e (diff)
downloadgetwtxt-9d31e04f8ec8c53c6f6e2323d7422b86b7a4ad90.tar.gz
comment on handler tests
-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) {
a id='n127' href='#n127'>127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166