code.gitea.io/gitea@v1.21.7/models/migrations/base/main_test.go (about) 1 // Copyright 2021 The Gitea Authors. All rights reserved. 2 // SPDX-License-Identifier: MIT 3 4 package base 5 6 import ( 7 "testing" 8 ) 9 10 func TestMain(m *testing.M) { 11 MainTest(m) 12 }