github.com/AlekSi/nut@v0.3.1-0.20130607203728-cce108d4135e/hook_for_test.go (about)

     1  package nut_test
     2  
     3  import (
     4  	. "launchpad.net/gocheck"
     5  	"testing"
     6  )
     7  
     8  // Global gocheck hook.
     9  func TestNut(t *testing.T) { TestingT(t) }