README.md 1.24 KB
Newer Older
Raúl Kripalani's avatar
Raúl Kripalani committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
# go-libp2p-testing

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](https://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
[![GoDoc](https://godoc.org/github.com/libp2p/go-libp2p-testing?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p-testing)
[![Coverage Status](https://coveralls.io/repos/github/libp2p/go-libp2p-testing/badge.svg?branch=master)](https://coveralls.io/github/libp2p/go-libp2p-testing?branch=master)
[![Build Status](https://travis-ci.org/libp2p/go-libp2p-testing.svg?branch=master)](https://travis-ci.org/libp2p/go-libp2p-testing)
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)

> Testing toolbox for go-libp2p modules.

## Install

```sh
go get github.com/libp2p/go-libp2p-testing
```

## Usage

Check out the [GoDocs](https://godoc.org/github.com/libp2p/go-libp2p-testing).

## License

Dual-licensed under MIT and ASLv2, by way of the [Permissive License Stack](https://protocol.ai/blog/announcing-the-permissive-license-stack/).