# 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/README') assert any(x.fstat for x in locations) assert any(x.content for x in locations)