568711e103
https://codeberg.org/forgejo/forgejo/pulls/1543 (cherry picked from commit6146ef6263
) (cherry picked from commit45b9005ad9
) (cherry picked from commit4622cc5cc4
) (cherry picked from commited39cdc54c
) (cherry picked from commitb837dbd434
) (cherry picked from commita0abe20b1b
) (cherry picked from commit6f5c2f902e
) (cherry picked from commitefbae03e02
) (cherry picked from commita763b5949f
) (cherry picked from commitd611dc07ac
) (cherry picked from commitf31264ab57
) (cherry picked from commita32a1fcd94
)
17 lines
282 B
Go
17 lines
282 B
Go
// SPDX-License-Identifier: MIT
|
|
|
|
package semver
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"code.gitea.io/gitea/models/unittest"
|
|
|
|
_ "code.gitea.io/gitea/models"
|
|
_ "code.gitea.io/gitea/models/actions"
|
|
_ "code.gitea.io/gitea/models/activities"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
unittest.MainTest(m)
|
|
}
|