// Copyright 2019 The Gitea Authors. // All rights reserved. // SPDX-License-Identifier: MIT package pull import ( "testing" "code.gitcaddy.com/server/v3/models/unittest" _ "code.gitcaddy.com/server/v3/models/actions" ) func TestMain(m *testing.M) { unittest.MainTest(m) }