neiljp
|
1991e0128b
|
contrib_bots: Add check_expected_responses() test helper and use it.
This further simplifies the logic for testing a contrib_bots bot to
require very little code per test in the common case.
|
2017-05-29 20:39:27 -07:00 |
|
Abhijeet Kaur
|
a09ebc3b26
|
testsuite: Add tests for helloworld bot in contrib_bots.
Add test file 'test_helloworld.py'.
|
2017-05-28 17:12:11 -07:00 |
|
Elliott Jin
|
dd71daa09f
|
bots: Add __init__.py so bot modules can be imported.
|
2017-05-25 15:00:51 -07:00 |
|
derAnfaenger
|
c6d294385f
|
bots: Refactor bots to use send_reply.
The send_reply function makes it easier for bots
to send messages. This commit updates all bots to
make use of this function, when possible.
|
2017-05-24 13:16:23 -07:00 |
|
Theodore Chen
|
9604ffca38
|
bots: Add helloworld example bot.
|
2017-05-23 13:15:21 -07:00 |
|