From f86f7e0ef764b6cc232ea93eb93409b069c420a7 Mon Sep 17 00:00:00 2001 From: Mikerah Date: Thu, 19 Dec 2019 09:57:16 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5f90d39..f7cb019 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ go get github.com/libp2p/go-libp2p-core Check out the [GoDocs](https://godoc.org/github.com/libp2p/go-libp2p-core). +## Testing +To test instantiations of interfaces and abstractions, you can use the [test suite](https://github.com/libp2p/go-libp2p-testing/tree/master/suites). + ## License Dual-licensed under MIT and ASLv2, by way of the [Permissive License Stack](https://protocol.ai/blog/announcing-the-permissive-license-stack/). -- GitLab