123
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"testing"
|
||||
@@ -19,6 +20,8 @@ func init() {
|
||||
|
||||
// TestGet is a sample to run an endpoint test
|
||||
func TestGet(t *testing.T) {
|
||||
fmt.Println("123")
|
||||
|
||||
//r, _ := http.NewRequest("GET", "/v1/object", nil)
|
||||
//w := httptest.NewRecorder()
|
||||
//beego.BeeApp.Handlers.ServeHTTP(w, r)
|
||||
|
||||
Reference in New Issue
Block a user