# coding: utf-8 from utils.test_config import * api = api_as_jdoe() command_response = api.server_commands_command_get('localhost', 'files', arg=['-m', '10', '//depot/...']) # print "command_response: %s\n" % command_response assert all('depotFile' in x for x in command_response.results)