diff options
Diffstat (limited to 'models/admin/main_test.go')
-rw-r--r-- | models/admin/main_test.go | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/models/admin/main_test.go b/models/admin/main_test.go deleted file mode 100644 index 23277fe37c..0000000000 --- a/models/admin/main_test.go +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2020 The Gitea Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. - -package admin_test - -import ( - "path/filepath" - "testing" - - "code.gitea.io/gitea/models/unittest" - - _ "code.gitea.io/gitea/models" - _ "code.gitea.io/gitea/models/activities" - _ "code.gitea.io/gitea/models/perm/access" -) - -func TestMain(m *testing.M) { - unittest.MainTest(m, &unittest.TestOptions{ - GiteaRootPath: filepath.Join("..", ".."), - }) -} |