py-libp2p/tests/pubsub
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
..
test_dummyaccount_demo.py Fix all modules except for security 2019-12-06 17:06:37 +08:00
test_floodsub.py Add SubscriptionAPI 2019-12-17 18:17:28 +08:00
test_gossipsub_backward_compatibility.py Fix all modules except for security 2019-12-06 17:06:37 +08:00
test_gossipsub.py Add events in Pubsub 2020-01-18 00:17:30 +08:00
test_mcache.py Fix all modules except for security 2019-12-06 17:06:37 +08:00
test_pubsub.py Add events in Pubsub 2020-01-18 00:17:30 +08:00
test_subscription.py Add SubscriptionAPI 2019-12-17 18:17:28 +08:00