コード例 #1
0
ファイル: api_test.go プロジェクト: sueboy19/sync_gateway
func init() {
	base.LogNoColor()
	underscore.Disable() // It really slows down unit tests (by making otto.New take a lot longer)
}
コード例 #2
0
func init() {
	base.LogNoColor()
	//base.LogKeys["CRUD"] = true
	//base.LogKeys["CRUD+"] = true
	underscore.Disable() // It really slows down unit tests (by making otto.New take a lot longer)
}