py-libp2p/libp2p/tools
mhchia 6c7aa30191
Add events in Pubsub
To ensure `handle_peer_queue` and `handle_dead_peer_queue` are indeed
run before the tests finish. Previously, we get errors when performing
`iter_dag` after cancellation. This is because `handle_peer_queue` or
`handle_dead_peer_queue` is not actually run before the Service is
cancelled.
2020-01-18 00:17:30 +08:00
..
interop Fix tests_interop 2020-01-07 14:14:34 +08:00
pubsub Use async-exit-stack over contextlib 2019-12-24 14:44:28 +08:00
__init__.py Move test utilities to tools (#356) 2019-11-21 11:47:54 +08:00
constants.py Fix tests_interop 2020-01-07 14:14:34 +08:00
factories.py Add events in Pubsub 2020-01-18 00:17:30 +08:00
utils.py Merge branch 'master' into feature/porting-to-trio 2019-12-24 02:19:43 +08:00