2fd9162030
This automatically enables use of the pytest runner using common code.
7 lines
223 B
Python
Executable file
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'])
|