0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-07 13:15:35 +02:00
gitea/routers/web/user/setting/main_test.go

15 lines
215 B
Go

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