Sha256: c7b49ce06a5441406a41ea62ec43bd7bb272be67088a011aa4736f3205e4275e
Contents?: true
Size: 873 Bytes
Versions: 1
Compression:
Stored size: 873 Bytes
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_ansible from pulpcore.client.pulp_ansible.api.galaxy_detail_api import GalaxyDetailApi # noqa: E501 from pulpcore.client.pulp_ansible.rest import ApiException class TestGalaxyDetailApi(unittest.TestCase): """GalaxyDetailApi unit test stubs""" def setUp(self): self.api = pulpcore.client.pulp_ansible.api.galaxy_detail_api.GalaxyDetailApi() # noqa: E501 def tearDown(self): pass def test_get(self): """Test case for get """ pass if __name__ == '__main__': unittest.main()
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.8.0 | test/test_galaxy_detail_api.py |