0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-03 18:40:56 +02:00

15 lines
239 B
Go

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