0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-27 22:41:45 +02:00
gitea/services/auth/main_test.go

15 lines
212 B
Go

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