Sha256: 0ff7e943c0c4a898555346171df146631dad99f18e880c60663442d0f74d369b
Contents?: true
Size: 1.45 KB
Versions: 41
Compression:
Stored size: 1.45 KB
Contents
# coding: utf-8 """ Pulp 3 API No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech """ from __future__ import absolute_import import unittest import pulpcore.client.pulp_2to3_migration from pulpcore.client.pulp_2to3_migration.api.migration_plans_api import MigrationPlansApi # noqa: E501 from pulpcore.client.pulp_2to3_migration.rest import ApiException class TestMigrationPlansApi(unittest.TestCase): """MigrationPlansApi unit test stubs""" def setUp(self): self.api = pulpcore.client.pulp_2to3_migration.api.migration_plans_api.MigrationPlansApi() # noqa: E501 def tearDown(self): pass def test_create(self): """Test case for create Create a migration plan # noqa: E501 """ pass def test_delete(self): """Test case for delete Delete a migration plan # noqa: E501 """ pass def test_list(self): """Test case for list List migration plans # noqa: E501 """ pass def test_read(self): """Test case for read Inspect a migration plan # noqa: E501 """ pass def test_run(self): """Test case for run Run migration plan # noqa: E501 """ pass if __name__ == '__main__': unittest.main()
Version data entries
41 entries across 41 versions & 1 rubygems