Explorar el Código

remove common/net unit test back.

Darien Raymond hace 10 años
padre
commit
ec31c1fa7f

+ 1 - 1
common/net/testing/unit/address_test.go → common/net/address_test.go

@@ -1,4 +1,4 @@
-package unit
+package net_test
 
 import (
 	"net"

+ 1 - 1
common/net/testing/unit/destination_test.go → common/net/destination_test.go

@@ -1,4 +1,4 @@
-package unit
+package net_test
 
 import (
 	"testing"

+ 0 - 3
common/net/testing/unit/unit.go

@@ -1,3 +0,0 @@
-package unit
-
-// Placeholder. Golang doesn't like folders full of test files.

+ 1 - 1
common/net/testing/unit/transport_test.go → common/net/transport_test.go

@@ -1,4 +1,4 @@
-package unit
+package net_test
 
 import (
 	"bytes"