Files

15 lines
223 B
Go
Raw Permalink Normal View History

// Copyright 2018 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2021-06-09 07:33:54 +08:00
package admin
import (
"testing"
"code.gitea.io/gitea/models/unittest"
)
func TestMain(m *testing.M) {
2023-09-28 09:38:53 +08:00
unittest.MainTest(m)
}