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