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

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

import (
	"testing"

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

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