Sha256: 777e7d20490d5cad01ef4113bb31e57eef3e2513bf21d039f019dabbd179dbc2

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 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_packagegroups_api import ContentPackagegroupsApi  # noqa: E501
from pulpcore.client.pulp_rpm.rest import ApiException


class TestContentPackagegroupsApi(unittest.TestCase):
    """ContentPackagegroupsApi unit test stubs"""

    def setUp(self):
        self.api = pulpcore.client.pulp_rpm.api.content_packagegroups_api.ContentPackagegroupsApi()  # noqa: E501

    def tearDown(self):
        pass

    def test_list(self):
        """Test case for list

        List package groups  # noqa: E501
        """
        pass

    def test_read(self):
        """Test case for read

        Inspect a package group  # noqa: E501
        """
        pass


if __name__ == '__main__':
    unittest.main()

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pulp_rpm_client-3.13.2 test/test_content_packagegroups_api.py
pulp_rpm_client-3.13.1 test/test_content_packagegroups_api.py
pulp_rpm_client-3.13.0 test/test_content_packagegroups_api.py