Sha256: 162dfe4e9c79390e0af17132a910f30e620b84dd78fe8c5a3be9d883c8ec7187
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 KB
Contents
# coding: utf-8 """ Pulp 3 API Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501 The version of the OpenAPI document: v3 Contact: pulp-list@redhat.com Generated by: https://openapi-generator.tech """ from __future__ import absolute_import import unittest import pulpcore.client.pulp_rpm from pulpcore.client.pulp_rpm.api.content_distribution_trees_api import ContentDistributionTreesApi # noqa: E501 from pulpcore.client.pulp_rpm.rest import ApiException class TestContentDistributionTreesApi(unittest.TestCase): """ContentDistributionTreesApi unit test stubs""" def setUp(self): self.api = pulpcore.client.pulp_rpm.api.content_distribution_trees_api.ContentDistributionTreesApi() # noqa: E501 def tearDown(self): pass def test_list(self): """Test case for list List distribution trees # noqa: E501 """ pass def test_read(self): """Test case for read Inspect a distribution tree # noqa: E501 """ pass if __name__ == '__main__': unittest.main()
Version data entries
3 entries across 3 versions & 1 rubygems