mhchia 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
..
2019-03-17 19:33:40 -04:00
2019-04-28 17:57:57 -04:00
2019-07-30 16:24:51 +08:00
2019-01-09 21:38:56 +03:00
2019-07-30 16:24:51 +08:00
2019-03-17 21:30:56 -04:00
2019-07-31 14:15:10 +08:00
2018-11-26 18:24:29 -05:00

pytest gathers tests according to a naming convention. By default any file that is to contain tests must be named starting with test_ and any function in a file that should be treated as a test must also start with test_.