Przeglądaj źródła

Add commont_test.go to house common test setup.

Geoffrey J. Teale 11 lat temu
rodzic
commit
bca42a5e85
1 zmienionych plików z 10 dodań i 0 usunięć
  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) }
+
+