# 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_accounts_import_identity_from_stringimportRespRsAccountsImportIdentityFromString# noqa: E501fromopenapi_client.restimportApiExceptionclassTestRespRsAccountsImportIdentityFromString(unittest.TestCase):"""RespRsAccountsImportIdentityFromString unit test stubs"""defsetUp(self):passdeftearDown(self):passdeftestRespRsAccountsImportIdentityFromString(self):"""Test RespRsAccountsImportIdentityFromString"""# FIXME: construct object with mandatory attributes with example values# model = openapi_client.models.resp_rs_accounts_import_identity_from_string.RespRsAccountsImportIdentityFromString() # noqa: E501passif__name__=='__main__':unittest.main()