0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-30 02:11:38 +02:00
gitea/services/pull/main_test.go

18 lines
246 B
Go

// Copyright 2019 The Gitea Authors.
// All rights reserved.
// SPDX-License-Identifier: MIT
package pull
import (
"testing"
"gitea.dev/models/unittest"
_ "gitea.dev/models/actions"
)
func TestMain(m *testing.M) {
unittest.MainTest(m)
}