Files
Atay-Makhzan/services/pull/main_test.go
T

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) {
2023-09-28 09:38:53 +08:00
unittest.MainTest(m)
}