mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 14:40:53 +00:00
Add utility functions for libp2p bindings
To prepare for pubsub interop test
This commit is contained in:
4
tests/interop/envs.py
Normal file
4
tests/interop/envs.py
Normal file
@ -0,0 +1,4 @@
|
||||
import os
|
||||
import pathlib
|
||||
|
||||
GO_BIN_PATH = pathlib.Path(os.environ["GOPATH"]) / "bin"
|
||||
Reference in New Issue
Block a user