gopkg.in/goose.v2@v2.0.1/cinder/package_test.go (about)

     1  // Copyright 2015 Canonical Ltd.
     2  // Licensed under the LGPLv3, see LICENCE file for details.
     3  
     4  package cinder
     5  
     6  import (
     7  	"flag"
     8  	"testing"
     9  
    10  	gc "gopkg.in/check.v1"
    11  )
    12  
    13  var (
    14  	live = flag.Bool("live", false, "Include live OpenStack tests")
    15  )
    16  
    17  func Test(t *testing.T) {
    18  	gc.TestingT(t)
    19  }