您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

main_test.go 225B

1234567891011121314
  1. // Copyright 2017 The Gitea Authors. All rights reserved.
  2. // SPDX-License-Identifier: MIT
  3. package setting
  4. import (
  5. "testing"
  6. "code.gitea.io/gitea/models/unittest"
  7. )
  8. func TestMain(m *testing.M) {
  9. unittest.MainTest(m)
  10. }