mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-02 12:20:03 +08:00
rename epictest -> integrationtest
This commit is contained in:
@ -1 +0,0 @@
|
||||
package epictest
|
@ -1 +0,0 @@
|
||||
package epictest
|
@ -1,2 +0,0 @@
|
||||
package epictest
|
||||
|
@ -4,8 +4,8 @@
|
||||
IPFS_ROOT = ../..
|
||||
IMAGE = jbenet/go-ipfs-bench
|
||||
CONTAINER = go-ipfs-bench
|
||||
PACKAGE = epictest
|
||||
PACKAGE_DIR = test/epictest
|
||||
PACKAGE = integrationtest
|
||||
PACKAGE_DIR = test/integration
|
||||
BUILD_DIR = ./build/bench
|
||||
CONTAINER_WORKING_DIR = /go
|
||||
CPU_PROF_NAME = cpu.out
|
@ -1,4 +1,4 @@
|
||||
package epictest
|
||||
package integrationtest
|
||||
|
||||
import (
|
||||
"bytes"
|
@ -1,4 +1,4 @@
|
||||
package epictest
|
||||
package integrationtest
|
||||
|
||||
import (
|
||||
"testing"
|
@ -1,4 +1,4 @@
|
||||
package epictest
|
||||
package integrationtest
|
||||
|
||||
import (
|
||||
"bytes"
|
@ -1,4 +1,4 @@
|
||||
package epictest
|
||||
package integrationtest
|
||||
|
||||
import (
|
||||
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
|
@ -1,4 +1,4 @@
|
||||
package epictest
|
||||
package integrationtest
|
||||
|
||||
import (
|
||||
"bytes"
|
Reference in New Issue
Block a user