Add utility functions for libp2p bindings

To prepare for pubsub interop test
This commit is contained in:
mhchia
2019-08-31 00:18:22 +08:00
parent db858e467c
commit 1b5d064a8d
10 changed files with 177 additions and 64 deletions

4
tests/interop/envs.py Normal file
View File

@ -0,0 +1,4 @@
import os
import pathlib
GO_BIN_PATH = pathlib.Path(os.environ["GOPATH"]) / "bin"