docs: fix, deduplicate tests instructions

This commit is contained in:
David Dias 2017-08-21 21:19:12 +01:00 committed by GitHub
parent c50d6f5b4e
commit caa868349a
1 changed files with 6 additions and 8 deletions

View File

@ -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**