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

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

import (
	"testing"

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

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