code.gitea.io/gitea@v1.22.3/services/pull/main_test.go (about) 1 // Copyright 2019 The Gitea Authors. 2 // All rights reserved. 3 // SPDX-License-Identifier: MIT 4 5 package pull 6 7 import ( 8 "testing" 9 10 "code.gitea.io/gitea/models/unittest" 11 12 _ "code.gitea.io/gitea/models/actions" 13 ) 14 15 func TestMain(m *testing.M) { 16 unittest.MainTest(m) 17 }