py-libp2p/tests_interop/constants.py
mhchia 006002f687
Move interop tests out of tests
It is moved to the top level package `tests_interop`, to avoid circular
dependency, with the dependency moved to `tox`.
2019-09-23 22:00:40 +08:00

3 lines
53 B
Python

LOCALHOST_IP = "127.0.0.1"
PEXPECT_NEW_LINE = "\r\n"