golang-yitisheng-server/server/tests/help.md

6 lines
206 B
Markdown

```
cd server/tests
go test -v -run TestRedisOperation # 运行 Redis 测试
go test -v -run TestSchoolMajorQuery # 运行 SQL 查询测试
go test -v # 运行所有测试
```