python-zulip-api/tools/test-lib
neiljp (Neil Pilgrim) 2fd9162030 test-lib: Drastically simplify by using test_handler function.
This automatically enables use of the pytest runner using common code.
2018-06-28 14:55:23 -04:00

7 lines
223 B
Python
Executable file

#!/usr/bin/env python
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'])