6 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			Python
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			188 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('zulip_botserver')
 |