Explorar el Código

Add commont_test.go to house common test setup.

Geoffrey J. Teale hace 11 años
padre
commit
bca42a5e85
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  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) }
+
+