""" ParallelCluster ParallelCluster API # noqa: E501 The version of the OpenAPI document: 3.0.0 Generated by: https://openapi-generator.tech """ import sys import unittest import pcluster_client from pcluster_client.model.stack_event import StackEvent globals()['StackEvent'] = StackEvent from pcluster_client.model.get_cluster_stack_events_response_content import GetClusterStackEventsResponseContent class TestGetClusterStackEventsResponseContent(unittest.TestCase): """GetClusterStackEventsResponseContent unit test stubs""" def setUp(self): pass def tearDown(self): pass def testGetClusterStackEventsResponseContent(self): """Test GetClusterStackEventsResponseContent""" # FIXME: construct object with mandatory attributes with example values # model = GetClusterStackEventsResponseContent() # noqa: E501 pass if __name__ == '__main__': unittest.main()