# coding: utf-8""" RetroShare OpenApi wrapper RetroShare OpenApi wrapper generated using Doxygen documentation # noqa: E501 The version of the OpenAPI document: 0.0.1 Generated by: https://openapi-generator.tech"""from__future__importabsolute_importimportunittestimportopenapi_clientfromopenapi_client.models.resp_rs_identity_get_identities_infoimportRespRsIdentityGetIdentitiesInfo# noqa: E501fromopenapi_client.restimportApiExceptionclassTestRespRsIdentityGetIdentitiesInfo(unittest.TestCase):"""RespRsIdentityGetIdentitiesInfo unit test stubs"""defsetUp(self):passdeftearDown(self):passdeftestRespRsIdentityGetIdentitiesInfo(self):"""Test RespRsIdentityGetIdentitiesInfo"""# FIXME: construct object with mandatory attributes with example values# model = openapi_client.models.resp_rs_identity_get_identities_info.RespRsIdentityGetIdentitiesInfo() # noqa: E501passif__name__=='__main__':unittest.main()