Files

15 lines
222 B
Go
Raw Permalink Normal View History

2023-01-31 09:45:19 +08:00
// Copyright 2022 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package dbfs
import (
"testing"
"code.gitea.io/gitea/models/unittest"
)
func TestMain(m *testing.M) {
2023-09-28 09:38:53 +08:00
unittest.MainTest(m)
2023-01-31 09:45:19 +08:00
}