Commit Graph

17 Commits

Author SHA1 Message Date
3debd2c808 Run black and isort w/ the new config 2019-08-13 14:36:42 -07:00
a1dc68ab70 Apply PR feedback:
add validation failed test to `push_msg` test
2019-08-07 11:53:54 +08:00
1cea1264a4 Raise exception when topic validation failed 2019-08-06 12:38:31 +08:00
b96ef0e6c7 Fix:
`_is_subscribed_to_msg` need only subscribe to one of the topics
2019-08-05 18:20:04 +08:00
e1b86904e3 Add validate_msg and test 2019-08-05 18:19:32 +08:00
f8ca4fa1ef Add get_msg_validators and test 2019-08-05 18:19:32 +08:00
1ed14d0cc8 Add remove_topic_validator test 2019-08-05 18:19:32 +08:00
cf69f7e800 Rename to set_topic_validator and add test 2019-08-05 18:19:31 +08:00
7477b29508 run black w/ extended line length 2019-08-04 12:37:41 +08:00
c8005c8113 Run isort in repo 2019-08-03 17:50:14 +08:00
2e94fcf56c Remove pylint:disable 2019-08-02 23:26:06 +08:00
cd684aad9e Update peer_id to type peer.ID in pubsub folder 2019-08-02 14:45:23 +08:00
0ae9840928 Run black over repo 2019-07-31 15:00:12 -07:00
9683d5e8ac Add tests for Pubsub
- `test_handle_subscription`
- `test_handle_talk`
- `test_message_all_peers`
2019-07-31 14:15:11 +08:00
037b95252d Add tests for Pubsub
- `test_get_hello_packet`
- `test_continuously_read_stream`
- `test_publish`
- `test_push_msg`
2019-07-31 14:15:10 +08:00
550289a439 Combine test_subscription.py to test_pubsub.py
And add a bunch of tests for pubsub
2019-07-31 14:15:10 +08:00
96563c0d84 Add fixtures for pubsub and router
And a starting `test_pubsub.py`
2019-07-31 14:14:13 +08:00