Sha256: 9fc02000de06e3be3d596e2eb92def9b77df06737fd55782e18ed7573507a193

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 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_python
from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi  # noqa: E501
from pulpcore.client.pulp_python.rest import ApiException


class TestPypiSimpleApi(unittest.TestCase):
    """PypiSimpleApi unit test stubs"""

    def setUp(self):
        self.api = pulpcore.client.pulp_python.api.pypi_simple_api.PypiSimpleApi()  # noqa: E501

    def tearDown(self):
        pass

    def test_create(self):
        """Test case for create

        Upload a package  # noqa: E501
        """
        pass

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

        Get index simple page  # noqa: E501
        """
        pass

    def test_read_0(self):
        """Test case for read_0

        Get package simple page  # noqa: E501
        """
        pass


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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_python_client-3.4.0 test/test_pypi_simple_api.py