""" 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.cloud_formation_status import CloudFormationStatus from pcluster.client.model.cluster_configuration_structure import ClusterConfigurationStructure from pcluster.client.model.cluster_status import ClusterStatus from pcluster.client.model.compute_fleet_status import ComputeFleetStatus from pcluster.client.model.ec2_instance import EC2Instance from pcluster.client.model.tag import Tag globals()['CloudFormationStatus'] = CloudFormationStatus globals()['ClusterConfigurationStructure'] = ClusterConfigurationStructure globals()['ClusterStatus'] = ClusterStatus globals()['ComputeFleetStatus'] = ComputeFleetStatus globals()['EC2Instance'] = EC2Instance globals()['Tag'] = Tag from pcluster.client.model.describe_cluster_response_content import DescribeClusterResponseContent class TestDescribeClusterResponseContent(unittest.TestCase): """DescribeClusterResponseContent unit test stubs""" def setUp(self): pass def tearDown(self): pass def testDescribeClusterResponseContent(self): """Test DescribeClusterResponseContent""" # FIXME: construct object with mandatory attributes with example values # model = DescribeClusterResponseContent() # noqa: E501 pass if __name__ == '__main__': unittest.main()