コード例 #1
0
ファイル: service_test.go プロジェクト: dedis/cothority
func TestMain(m *testing.M) {
	log.MainTest(m)
}
コード例 #2
0
ファイル: guard_test.go プロジェクト: dedis/cothority
func TestMain(t *testing.M) {
	log.MainTest(t)
}