Files

15 lines
222 B
Go
Raw Permalink Normal View History

2017-08-02 22:09:16 -07:00
// Copyright 2017 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2017-08-02 22:09:16 -07:00
package user
import (
"testing"
"code.gitea.io/gitea/models/unittest"
2017-08-02 22:09:16 -07:00
)
func TestMain(m *testing.M) {
2023-09-28 09:38:53 +08:00
unittest.MainTest(m)
2017-08-02 22:09:16 -07:00
}