forgejo/routers/web/auth/main_test.go

15 lines
214 B
Go
Raw Normal View History

2022-01-02 21:12:35 +08:00
// Copyright 2018 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2022-01-02 21:12:35 +08:00
package auth
import (
"testing"
"forgejo.org/models/unittest"
2022-01-02 21:12:35 +08:00
)
func TestMain(m *testing.M) {
unittest.MainTest(m)
2022-01-02 21:12:35 +08:00
}