Переглянути джерело

added test file to root directory

Taylor Gerring 11 роки тому
батько
коміт
dcd8cc8341
1 змінених файлів з 8 додано та 0 видалено
  1. 8 0
      ethereum_test.go

+ 8 - 0
ethereum_test.go

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