improve documentation and move one test

This commit is contained in:
zelig
2015-03-20 10:41:41 +00:00
parent 8767179d74
commit a578db5dae
9 changed files with 202 additions and 156 deletions
+2
View File
@@ -6,6 +6,8 @@ import (
"time"
)
// miscellaneous test helpers
func CheckInt(name string, got int, expected int, t *testing.T) (err error) {
if got != expected {
t.Errorf("status for %v incorrect. expected %v, got %v", name, expected, got)