2018-06-09 14:32:19 -04:00
|
|
|
#!/usr/bin/env python
|
2017-11-29 16:30:09 -05:00
|
|
|
|
2018-06-09 14:32:19 -04:00
|
|
|
from server_lib.test_handler import handle_input_and_run_tests_for_package
|
2017-11-29 16:30:09 -05:00
|
|
|
|
|
|
|
if __name__ == '__main__':
|
2018-06-09 14:32:19 -04:00
|
|
|
handle_input_and_run_tests_for_package('Bot library', ['zulip_bots', 'zulip_bots', 'tests'])
|