python-zulip-api/bots_api
Abhijeet Kaur e857a97427 bots: Add mock test for 'send_message' function in 'bots_test_lib' file.
Since few bots directly call 'send_message' function of
'BotHandlerApi' class instead of calling 'send_reply' function
first, add 'mock_test_send_message' to check for 'send_message'
function.

All test_<bot>.py files now need to specify which function the bot
will be sending the response to, for each particular message.

Make 'test_virtual_fs.py' and 'test_thesaurus.py' test files
consistent with other bots.
2017-06-02 17:24:41 -07:00
..
__init__.py bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
bot_lib.py bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
bots_test_lib.py bots: Add mock test for 'send_message' function in 'bots_test_lib' file. 2017-06-02 17:24:41 -07:00
run.py bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
test-bots bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00