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

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

import (
	"testing"

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

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