py-libp2p/libp2p/pubsub
mhchia c028aef2de
Fix all tests
- Dedup `perform_test_from_obj` and the test cases used in both
`test_floodsub` and `test_gossipsub_backward_compatibility.py`.
Therefore, they are put in the standalone file
`tests/pubsub/floodsub_integration_test_settings.py`. The functions
and testcases are imported from there then.
- IMO still need a refactor on the tests. There are still some duplicate
code.
2019-07-27 11:49:03 +08:00
..
pb Add the missing __init__.py in pb 2019-07-11 17:50:36 +08:00
__init__.py [WIP] PubSub and FloodSub development (#133) 2019-03-23 13:52:02 -04:00
floodsub.py Fix several tests 2019-07-26 18:35:25 +08:00
gossipsub.py Fix all tests 2019-07-27 11:49:03 +08:00
mcache.py The Gossipsub PR (#162) 2019-05-06 23:44:13 -04:00
pubsub_notifee.py [WIP] PubSub and FloodSub development (#133) 2019-03-23 13:52:02 -04:00
pubsub_router_interface.py Refactor floodsub.publish 2019-07-25 14:08:16 +08:00
pubsub.py Fix the tests according to pubsub.Publish 2019-07-25 16:58:00 +08:00