AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 DeepSeek-Reasonix
main_test.go
根目录
/
internal
/
bot
/
main_test.go
1
package bot
2
3
import (
4
"testing"
5
6
"reasonix/internal/testenv"
7
)
8
9
func TestMain(m *testing.M) {
10
testenv.RunWithIsolatedUserState(m)
11
}
12
12 lines
GO