mhchia
3717dc9adf
Add helper functions
2019-09-02 21:01:13 +08:00
mhchia
a883816881
Add connect
utility function
2019-09-02 18:40:12 +08:00
mhchia
56ef0b962c
Add test for host
connect
and disconnect
2019-09-02 17:32:15 +08:00
mhchia
b77834d129
Use asyncio.subprocess
over pexpect
...
In the test for pubsub, since there were unknown issues when I test
against pexpect.
2019-09-02 14:30:27 +08:00
mhchia
1b5d064a8d
Add utility functions for libp2p bindings
...
To prepare for pubsub interop test
2019-09-02 14:30:25 +08:00
mhchia
cec2aea928
Move shared fixtures and constants to files
2019-08-29 22:38:08 +08:00
mhchia
9ceb5f55bb
Call make_echo_proc
with is_host_insecure
...
Use the fixture, this way we can configure `is_host_insecure` to support
the test against secio.
2019-08-29 22:08:27 +08:00
mhchia
c61a06706a
Refactor interop tests and factories
...
- Add `close` and `disconnect` in `Host`
- Add `close` and `close_peer` in `Network`
- Change `IListener.close` to async, to await for server's closing
- Add factories for security transports, and modify `HostFactory`
2019-08-29 21:38:06 +08:00
mhchia
64c0dab3af
Fix isort
2019-08-29 00:01:48 +08:00
mhchia
b726d7c9da
Add tox and CI for interop
2019-08-28 23:39:33 +08:00