test_handler: Separate test title from path to discover tests.
This commit is contained in:
parent
a6a5da2653
commit
52ab8cc44e
3 changed files with 6 additions and 6 deletions
|
@ -3,4 +3,4 @@
|
|||
from server_lib.test_handler import handle_input_and_run_tests_for_package
|
||||
|
||||
if __name__ == '__main__':
|
||||
handle_input_and_run_tests_for_package('zulip')
|
||||
handle_input_and_run_tests_for_package('API', ['zulip'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue