Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
caa86834
Commit
caa86834
authored
Aug 21, 2017
by
David Dias
Committed by
GitHub
Aug 21, 2017
Browse files
docs: fix, deduplicate tests instructions
parent
c50d6f5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
caa86834
...
...
@@ -78,14 +78,6 @@ There is currently only one bundle of `go-libp2p`, this package. This bundle is
Examples can be found on the
[
examples folder
](
examples
)
.
# Run tests
```
bash
$
cd
$GOPATH
/src/github.com/libp2p/go-libp2p
$
make deps
$
gx
test
./p2p/<path of module you want to run tests
for
>
```
## Development
### Dependencies
...
...
@@ -106,6 +98,12 @@ Before commiting and pushing to Github, make sure to rewind the gx'ify of depend
Running of individual tests is done through
`gx test <path to test>`
```
bash
$
cd
$GOPATH
/src/github.com/libp2p/go-libp2p
$
make deps
$
gx
test
./p2p/<path of module you want to run tests
for
>
```
### Packages
> **WIP**
...
...
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