切换导航条
此项目
正在载入...
登录
allied-creation
/
allied-creation-basic
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
tangxuhui
2021-07-24 16:21:06 +0800
提交
f0f230d30c44237e9459d34aba7c840827224a66
1 个父辈
367cdae6
测试test
隐藏空白字符变更
内嵌
并排对比
正在显示
16 个修改的文件
包含
16 行增加
和
0 行删除
test/integration/beego/dictionary/get_dictionary_test.go
test/integration/beego/dictionary/list_dictionary_test.go
test/integration/beego/dictionary/update_dictionary_test.go
test/integration/beego/notice_personal/agree_join_creation_project_test.go
test/integration/beego/notice_personal/credit_account_estimate_test.go
test/integration/beego/notice_personal/credit_account_payment_test.go
test/integration/beego/notice_personal/get_notice_personal_list_test.go
test/integration/beego/notice_personal/inform_expected_dividends_test.go
test/integration/beego/notice_personal/inform_join_creation_contract_test.go
test/integration/beego/notice_personal/refuse_join_creation_project_test.go
test/integration/beego/notice_setting/get_notice_setting_test.go
test/integration/beego/notice_setting/list_notice_setting_test.go
test/integration/beego/notice_setting/update_notice_setting_test.go
test/integration/beego/system_setting/get_system_setting_test.go
test/integration/beego/system_setting/list_system_setting_test.go
test/integration/beego/system_setting/update_system_setting_test.go
test/integration/beego/dictionary/get_dictionary_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/dictionary/list_dictionary_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/dictionary/update_dictionary_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/notice_personal/agree_join_creation_project_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/notice_personal/credit_account_estimate_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/notice_personal/credit_account_payment_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/notice_personal/get_notice_personal_list_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/notice_personal/inform_expected_dividends_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/notice_personal/inform_join_creation_contract_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/notice_personal/refuse_join_creation_project_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/notice_setting/get_notice_setting_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/notice_setting/list_notice_setting_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/notice_setting/update_notice_setting_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/system_setting/get_system_setting_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/system_setting/list_system_setting_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
test/integration/beego/system_setting/update_system_setting_test.go
查看文件 @
f0f230d
...
...
@@ -4,6 +4,7 @@ import (
"net/http"
"github.com/gavv/httpexpect"
"github.com/go-pg/pg/v10"
.
"github.com/onsi/ginkgo"
.
"github.com/onsi/gomega"
pG
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-basic/pkg/infrastructure/pg"
...
...
请
注册
或
登录
后发表评论