Skip to content

Commit

Permalink
- debug
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 7, 2021
1 parent bb64e46 commit 28e14fd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions global/process_test.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
package global

import (
"fmt"
"testing"

"github.com/gin-gonic/gin"
"github.com/stretchr/testify/assert"
"github.com/yaoapp/gou"
"github.com/yaoapp/kun/any"
"github.com/yaoapp/kun/utils"
"github.com/yaoapp/xiang/config"
"github.com/yaoapp/xiang/table"
"github.com/yaoapp/xun/capsule"
)
Expand All @@ -23,13 +20,6 @@ func TestProcessPing(t *testing.T) {

func TestProcessSearch(t *testing.T) {

// Debug
utils.Dump(config.Conf)
fmt.Println("Models Count:", len(gou.Models))
fmt.Println("Tables Count:", len(table.Tables))
sch := capsule.Schema()
utils.Dump(sch.MustGetTables())

args := []interface{}{
"service",
gou.QueryParam{
Expand Down

0 comments on commit 28e14fd

Please sign in to comment.