You've already forked golang-saas-starter-kit
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:
@ -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) {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user