1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-15 00:15:15 +02:00

checkpoint for api handler tests

This commit is contained in:
Lee Brown
2019-06-26 01:16:57 -08:00
parent d6b6b605a4
commit b68bcf2c2c
16 changed files with 424 additions and 283 deletions

View File

@ -1,5 +1,6 @@
package tests
/*
import (
"bytes"
"encoding/json"
@ -16,6 +17,7 @@ import (
"gopkg.in/mgo.v2/bson"
)
// TestProjects is the entry point for the projects
func TestProjects(t *testing.T) {
defer tests.Recover(t)
@ -447,3 +449,4 @@ func putProject204(t *testing.T, id string) {
}
}
}
*/