0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-28 05:02:01 +02:00
gitea/services/convert/main_test.go

17 lines
246 B
Go

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