1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-12 13:37:20 +00:00
This commit is contained in:
6543
2022-06-14 14:12:00 +02:00
parent 2706e89138
commit 900ceb2dfd
4 changed files with 12 additions and 9 deletions

View File

@ -8,8 +8,9 @@ import (
"path/filepath"
"testing"
_ "code.gitea.io/gitea/models"
"code.gitea.io/gitea/models/unittest"
_ "code.gitea.io/gitea/models"
)
func TestMain(m *testing.M) {