7 lines
224 B
Python
Executable file
7 lines
224 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from server_lib.test_handler import handle_input_and_run_tests_for_package
|
|
|
|
if __name__ == '__main__':
|
|
handle_input_and_run_tests_for_package('Bot library', ['zulip_bots', 'zulip_bots', 'tests'])
|