|
|
package user
|
|
|
|
|
|
package user-favorite-menus
|
|
|
import (
|
|
|
"github.com/beego/beego/v2/server/web"
|
|
|
. "github.com/onsi/ginkgo"
|
|
|
. "github.com/onsi/gomega"
|
|
|
"net/http"
|
|
|
"net/http/httptest"
|
|
|
_ "gitlab.fjmaimaimai.com/allied-creation/allied-creation-user/pkg/application"
|
|
|
_ "gitlab.fjmaimaimai.com/allied-creation/allied-creation-user/pkg/infrastructure/pg"
|
|
|
_ "gitlab.fjmaimaimai.com/allied-creation/allied-creation-user/pkg/port/beego"
|
|
|
"testing"
|
|
|
"github.com/beego/beego/v2/server/web"
|
|
|
. "github.com/onsi/ginkgo"
|
|
|
. "github.com/onsi/gomega"
|
|
|
_ "gitlab.fjmaimaimai.com/allied-creation/allied-creation-user/pkg/infrastructure/pg"
|
|
|
_ "gitlab.fjmaimaimai.com/allied-creation/allied-creation-user/pkg/port/beego"
|
|
|
"net/http"
|
|
|
"net/http/httptest"
|
|
|
"testing"
|
|
|
)
|
|
|
|
|
|
func TestUserFavoriteMenus(t *testing.T) {
|
...
|
...
|
|