Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-bitswap
Commits
de629391
Unverified
Commit
de629391
authored
4 years ago
by
Steven Allen
Committed by
GitHub
4 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #289 from ipfs/fix/re-export-testing
fix: re-export testinstance/testnet
parents
a22261a7
b58f8fc6
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
7 additions
and
7 deletions
+7
-7
benchmarks_test.go
benchmarks_test.go
+2
-2
bitswap_test.go
bitswap_test.go
+2
-2
bitswap_with_sessions_test.go
bitswap_with_sessions_test.go
+1
-1
network/ipfs_impl_test.go
network/ipfs_impl_test.go
+1
-1
testinstance/testinstance.go
testinstance/testinstance.go
+1
-1
testnet/interface.go
testnet/interface.go
+0
-0
testnet/internet_latency_delay_generator.go
testnet/internet_latency_delay_generator.go
+0
-0
testnet/internet_latency_delay_generator_test.go
testnet/internet_latency_delay_generator_test.go
+0
-0
testnet/network_test.go
testnet/network_test.go
+0
-0
testnet/peernet.go
testnet/peernet.go
+0
-0
testnet/rate_limit_generators.go
testnet/rate_limit_generators.go
+0
-0
testnet/virtual.go
testnet/virtual.go
+0
-0
No files found.
benchmarks_test.go
View file @
de629391
...
...
@@ -19,8 +19,8 @@ import (
bitswap
"github.com/ipfs/go-bitswap"
bssession
"github.com/ipfs/go-bitswap/internal/session"
testinstance "github.com/ipfs/go-bitswap/
internal/
testinstance"
tn "github.com/ipfs/go-bitswap/
internal/
testnet"
testinstance
"github.com/ipfs/go-bitswap/testinstance"
tn
"github.com/ipfs/go-bitswap/testnet"
bsnet
"github.com/ipfs/go-bitswap/network"
cid
"github.com/ipfs/go-cid"
delay
"github.com/ipfs/go-ipfs-delay"
...
...
This diff is collapsed.
Click to expand it.
bitswap_test.go
View file @
de629391
...
...
@@ -11,8 +11,8 @@ import (
bitswap "github.com/ipfs/go-bitswap"
decision "github.com/ipfs/go-bitswap/internal/decision"
bssession "github.com/ipfs/go-bitswap/internal/session"
testinstance "github.com/ipfs/go-bitswap/
internal/
testinstance"
tn "github.com/ipfs/go-bitswap/
internal/
testnet"
testinstance "github.com/ipfs/go-bitswap/testinstance"
tn "github.com/ipfs/go-bitswap/testnet"
"github.com/ipfs/go-bitswap/message"
blocks "github.com/ipfs/go-block-format"
cid "github.com/ipfs/go-cid"
...
...
This diff is collapsed.
Click to expand it.
bitswap_with_sessions_test.go
View file @
de629391
...
...
@@ -8,7 +8,7 @@ import (
bitswap
"github.com/ipfs/go-bitswap"
bssession
"github.com/ipfs/go-bitswap/internal/session"
testinstance "github.com/ipfs/go-bitswap/
internal/
testinstance"
testinstance
"github.com/ipfs/go-bitswap/testinstance"
blocks
"github.com/ipfs/go-block-format"
cid
"github.com/ipfs/go-cid"
blocksutil
"github.com/ipfs/go-ipfs-blocksutil"
...
...
This diff is collapsed.
Click to expand it.
network/ipfs_impl_test.go
View file @
de629391
...
...
@@ -5,7 +5,7 @@ import (
"testing"
"time"
tn
"github.com/ipfs/go-bitswap/
internal/
testnet"
tn
"github.com/ipfs/go-bitswap/testnet"
bsmsg
"github.com/ipfs/go-bitswap/message"
pb
"github.com/ipfs/go-bitswap/message/pb"
bsnet
"github.com/ipfs/go-bitswap/network"
...
...
This diff is collapsed.
Click to expand it.
internal/
testinstance/testinstance.go
→
testinstance/testinstance.go
View file @
de629391
...
...
@@ -5,7 +5,7 @@ import (
"time"
bitswap
"github.com/ipfs/go-bitswap"
tn
"github.com/ipfs/go-bitswap/
internal/
testnet"
tn
"github.com/ipfs/go-bitswap/testnet"
bsnet
"github.com/ipfs/go-bitswap/network"
ds
"github.com/ipfs/go-datastore"
delayed
"github.com/ipfs/go-datastore/delayed"
...
...
This diff is collapsed.
Click to expand it.
internal/
testnet/interface.go
→
testnet/interface.go
View file @
de629391
File moved
This diff is collapsed.
Click to expand it.
internal/
testnet/internet_latency_delay_generator.go
→
testnet/internet_latency_delay_generator.go
View file @
de629391
File moved
This diff is collapsed.
Click to expand it.
internal/
testnet/internet_latency_delay_generator_test.go
→
testnet/internet_latency_delay_generator_test.go
View file @
de629391
File moved
This diff is collapsed.
Click to expand it.
internal/
testnet/network_test.go
→
testnet/network_test.go
View file @
de629391
File moved
This diff is collapsed.
Click to expand it.
internal/
testnet/peernet.go
→
testnet/peernet.go
View file @
de629391
File moved
This diff is collapsed.
Click to expand it.
internal/
testnet/rate_limit_generators.go
→
testnet/rate_limit_generators.go
View file @
de629391
File moved
This diff is collapsed.
Click to expand it.
internal/
testnet/virtual.go
→
testnet/virtual.go
View file @
de629391
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment