client_golang/prometheus/prometheus_test.go

21 lines
338 B
Go
Raw Normal View History

// Copyright (c) 2013, Prometheus Team
// All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
2012-05-20 01:59:25 +04:00
package prometheus
2012-05-20 01:59:25 +04:00
import (
. "github.com/matttproud/gocheck"
2012-05-20 01:59:25 +04:00
"testing"
)
type S struct{}
var _ = Suite(&S{})
func TestPrometheus(t *testing.T) {
2012-05-20 01:59:25 +04:00
TestingT(t)
}