Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main_test.go « safe « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7158dca8363efe063c24dfd93d79f0fab21d6e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
package safe_test

import (
	"testing"

	"gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)

func TestMain(m *testing.M) {
	testhelper.Run(m)
}