# coding: utf-8 from utils.test_config import * from utils.string_utils import * from helix_web_services_client.models import BranchCommand api = api_as_jdoe() locations = api.server_paths_get('localhost', path = '//my_project/main') assert any(x.dir and x.dir.dir == '//my_project/main/Experimental' for x in locations) assert any(x.file and x.file.depot_file == '//my_project/main/README' for x in locations)