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

testhelper_test.go « gitaly-wrapper « cmd - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64d8edae54df6f6c26963b395452b028e833789d (plain)
1
2
3
4
5
6
7
8
9
10
11
package main

import (
	"testing"

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

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