コード例 #1
0
ファイル: cothorityd_test.go プロジェクト: nikirill/cothority
func TestMain(m *testing.M) {
	log.MainTest(m)
}
コード例 #2
0
ファイル: ui_test.go プロジェクト: nikirill/cothority
func TestMain(m *testing.M) {
	o = bufio.NewWriter(&b)
	out = o
	log.MainTest(m)
}