github.com/VMitov/casper@v0.4.0/casper_test.go (about)

     1  package casper
     2  
     3  import "flag"
     4  
     5  // It is defined in each package so you can run `go test ./...`
     6  var full = flag.Bool("full", false, "Run all tests including integration")