1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-04 22:33:17 +00:00
forgejo/services/pull/main_test.go

18 lines
266 B
Go
Raw Normal View History

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