@cryptotaxi247 / kubo / commits / fadedab00

rename epictest -> integrationtest

Brian Tiger Chow committed Jan 29, 2015 at 22:27 UTC fadedab00301d26eac62676d02f11437b18fbd3f
9 files changed +7 -11
test/epictest/test_config.go deleted
-1
@@ -1 +0,0 @@
1 -package epictest
test/epictest/unit.go deleted
-1
@@ -1 +0,0 @@
1 -package epictest
test/epictest/unit_test.go deleted
-2
@@ -1,2 +0,0 @@
1 -package epictest
2 -
test/integration/Makefile renamed
+2 -2
@@ -4,8 +4,8 @@
4 IPFS_ROOT = ../..
5 IMAGE = jbenet/go-ipfs-bench
6 CONTAINER = go-ipfs-bench
7 -PACKAGE = epictest
8 -PACKAGE_DIR = test/epictest
7 +PACKAGE = integrationtest
8 +PACKAGE_DIR = test/integration
9 BUILD_DIR = ./build/bench
10 CONTAINER_WORKING_DIR = /go
11 CPU_PROF_NAME = cpu.out
test/integration/addcat_test.go renamed
+1 -1
@@ -1,4 +1,4 @@
1 -package epictest
1 +package integrationtest
2
3 import (
4 "bytes"
test/integration/bench_test.go renamed
+1 -1
@@ -1,4 +1,4 @@
1 -package epictest
1 +package integrationtest
2
3 import (
4 "testing"
test/integration/bitswap_wo_routing_test.go renamed
+1 -1
@@ -1,4 +1,4 @@
1 -package epictest
1 +package integrationtest
2
3 import (
4 "bytes"
test/integration/core.go renamed
+1 -1
@@ -1,4 +1,4 @@
1 -package epictest
1 +package integrationtest
2
3 import (
4 context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
test/integration/three_legged_cat_test.go renamed
+1 -1
@@ -1,4 +1,4 @@
1 -package epictest
1 +package integrationtest
2
3 import (
4 "bytes"