0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-28 07:12:35 +02:00
gitea/services/gitdiff/main_test.go

19 lines
301 B
Go

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