code.gitea.io/gitea@v1.22.3/routers/private/main_test.go (about)

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