Browse Source

Add commont_test.go to house common test setup.

Geoffrey J. Teale 11 years ago
parent
commit
bca42a5e85
1 changed files with 10 additions and 0 deletions
  1. 10 0
      common_test.go

+ 10 - 0
common_test.go

@@ -0,0 +1,10 @@
+package xlsx
+
+import (
+	"testing"
+	. "gopkg.in/check.v1"
+)
+
+func Test(t *testing.T) { TestingT(t) }
+
+