Commit caa86834 authored by David Dias's avatar David Dias Committed by GitHub
Browse files

docs: fix, deduplicate tests instructions

parent c50d6f5b
......@@ -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**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment