code.gitea.io/gitea@v1.21.7/models/migrations/v1_20/main_test.go (about)

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