Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hilo-common
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujiebin
hilo-common
Commits
11b97721
Commit
11b97721
authored
Apr 11, 2023
by
hujiebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:单元测试
parent
9c426cb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
rpc_test.go
test/rpc_test.go
+4
-2
No files found.
test/rpc_test.go
View file @
11b97721
package
test
import
(
"fmt"
"git.hilo.cn/hilo-common/_const/enum/timezone_e"
"git.hilo.cn/hilo-common/domain"
"git.hilo.cn/hilo-common/resource/mysql"
"git.hilo.cn/hilo-common/rpc"
...
...
@@ -13,6 +15,6 @@ func TestMGetGroupPower(t *testing.T) {
}
func
TestMGetUserOnMic
(
t
*
testing
.
T
)
{
res
,
err
:=
rpc
.
MGetUserOnMic
(
domain
.
CreateModelNil
(),
"2023-0
3-16"
,
[]
mysql
.
ID
{
2781
,
4549
,
4556
,
4559
}
)
println
(
res
,
err
)
res
,
err
:=
rpc
.
MGetUserOnMic
(
domain
.
CreateModelNil
(),
"2023-0
4-11"
,
[]
mysql
.
ID
{
4556
,
4549
},
timezone_e
.
TimezoneKSA
)
fmt
.
Printf
(
"%+v,err:%v"
,
res
,
err
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment