forgejo/routers/web/repo/main_test.go

15 lines
214 B
Go
Raw Normal View History

2017-11-30 07:52:15 -08:00
// Copyright 2017 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2017-11-30 07:52:15 -08:00
package repo
import (
"testing"
"forgejo.org/models/unittest"
2017-11-30 07:52:15 -08:00
)
func TestMain(m *testing.M) {
unittest.MainTest(m)
2017-11-30 07:52:15 -08:00
}