pulp_python_client 3.0.0b10 → 3.0.0b11.dev01596663644

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_python_client might be problematic. Click here for more details.

Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +46 -33
  3. data/docs/ContentPackagesApi.md +54 -54
  4. data/docs/ContentSummary.md +3 -3
  5. data/docs/ContentSummaryResponse.md +21 -0
  6. data/docs/DistributionsPypiApi.md +110 -62
  7. data/docs/InlineResponse200.md +3 -3
  8. data/docs/InlineResponse2001.md +3 -3
  9. data/docs/InlineResponse2002.md +3 -3
  10. data/docs/InlineResponse2003.md +3 -3
  11. data/docs/InlineResponse2004.md +3 -3
  12. data/docs/InlineResponse2005.md +3 -3
  13. data/docs/PatchedpythonPythonDistribution.md +23 -0
  14. data/docs/PatchedpythonPythonRemote.md +43 -0
  15. data/docs/PatchedpythonPythonRepository.md +21 -0
  16. data/docs/PolicyEnum.md +16 -0
  17. data/docs/PublicationsPypiApi.md +43 -43
  18. data/docs/PythonBanderRemote.md +19 -0
  19. data/docs/PythonPythonDistribution.md +1 -7
  20. data/docs/PythonPythonDistributionResponse.md +29 -0
  21. data/docs/PythonPythonPackageContent.md +7 -15
  22. data/docs/PythonPythonPackageContentResponse.md +69 -0
  23. data/docs/PythonPythonPublication.md +2 -8
  24. data/docs/PythonPythonPublicationResponse.md +25 -0
  25. data/docs/PythonPythonRemote.md +4 -10
  26. data/docs/PythonPythonRemoteResponse.md +49 -0
  27. data/docs/PythonPythonRepository.md +4 -10
  28. data/docs/PythonPythonRepositoryResponse.md +29 -0
  29. data/docs/RemotesPythonApi.md +132 -72
  30. data/docs/RepositoriesPythonApi.md +97 -73
  31. data/docs/RepositoriesPythonVersionsApi.md +94 -62
  32. data/docs/RepositoryAddRemoveContent.md +2 -2
  33. data/docs/RepositorySyncURL.md +1 -1
  34. data/docs/RepositoryVersion.md +1 -9
  35. data/docs/RepositoryVersionResponse.md +25 -0
  36. data/lib/pulp_python_client.rb +14 -2
  37. data/lib/pulp_python_client/api/content_packages_api.rb +74 -74
  38. data/lib/pulp_python_client/api/distributions_pypi_api.rb +157 -94
  39. data/lib/pulp_python_client/api/publications_pypi_api.rb +65 -65
  40. data/lib/pulp_python_client/api/remotes_python_api.rb +191 -114
  41. data/lib/pulp_python_client/api/repositories_python_api.rb +145 -118
  42. data/lib/pulp_python_client/api/repositories_python_versions_api.rb +137 -92
  43. data/lib/pulp_python_client/api_client.rb +2 -2
  44. data/lib/pulp_python_client/api_error.rb +2 -2
  45. data/lib/pulp_python_client/configuration.rb +3 -3
  46. data/lib/pulp_python_client/models/async_operation_response.rb +3 -2
  47. data/lib/pulp_python_client/models/content_summary.rb +9 -15
  48. data/lib/pulp_python_client/models/content_summary_response.rb +240 -0
  49. data/lib/pulp_python_client/models/inline_response200.rb +3 -13
  50. data/lib/pulp_python_client/models/inline_response2001.rb +3 -13
  51. data/lib/pulp_python_client/models/inline_response2002.rb +3 -13
  52. data/lib/pulp_python_client/models/inline_response2003.rb +3 -13
  53. data/lib/pulp_python_client/models/inline_response2004.rb +3 -13
  54. data/lib/pulp_python_client/models/inline_response2005.rb +3 -13
  55. data/lib/pulp_python_client/models/patchedpython_python_distribution.rb +240 -0
  56. data/lib/pulp_python_client/models/patchedpython_python_remote.rb +359 -0
  57. data/lib/pulp_python_client/models/patchedpython_python_repository.rb +229 -0
  58. data/lib/pulp_python_client/models/policy_enum.rb +37 -0
  59. data/lib/pulp_python_client/models/python_bander_remote.rb +228 -0
  60. data/lib/pulp_python_client/models/python_python_distribution.rb +4 -85
  61. data/lib/pulp_python_client/models/python_python_distribution_response.rb +279 -0
  62. data/lib/pulp_python_client/models/python_python_package_content.rb +28 -136
  63. data/lib/pulp_python_client/models/python_python_package_content_response.rb +467 -0
  64. data/lib/pulp_python_client/models/python_python_publication.rb +7 -37
  65. data/lib/pulp_python_client/models/python_python_publication_response.rb +248 -0
  66. data/lib/pulp_python_client/models/python_python_remote.rb +7 -199
  67. data/lib/pulp_python_client/models/python_python_remote_response.rb +398 -0
  68. data/lib/pulp_python_client/models/python_python_repository.rb +18 -78
  69. data/lib/pulp_python_client/models/python_python_repository_response.rb +271 -0
  70. data/lib/pulp_python_client/models/repository_add_remove_content.rb +5 -4
  71. data/lib/pulp_python_client/models/repository_sync_url.rb +3 -8
  72. data/lib/pulp_python_client/models/repository_version.rb +7 -43
  73. data/lib/pulp_python_client/models/repository_version_response.rb +246 -0
  74. data/lib/pulp_python_client/version.rb +3 -3
  75. data/pulp_python_client.gemspec +4 -4
  76. data/spec/api/content_packages_api_spec.rb +26 -26
  77. data/spec/api/distributions_pypi_api_spec.rb +41 -20
  78. data/spec/api/publications_pypi_api_spec.rb +17 -17
  79. data/spec/api/remotes_python_api_spec.rb +52 -25
  80. data/spec/api/repositories_python_api_spec.rb +28 -19
  81. data/spec/api/repositories_python_versions_api_spec.rb +38 -23
  82. data/spec/api_client_spec.rb +2 -2
  83. data/spec/configuration_spec.rb +2 -2
  84. data/spec/models/async_operation_response_spec.rb +2 -2
  85. data/spec/models/content_summary_response_spec.rb +53 -0
  86. data/spec/models/content_summary_spec.rb +2 -2
  87. data/spec/models/inline_response2001_spec.rb +2 -2
  88. data/spec/models/inline_response2002_spec.rb +2 -2
  89. data/spec/models/inline_response2003_spec.rb +2 -2
  90. data/spec/models/inline_response2004_spec.rb +2 -2
  91. data/spec/models/inline_response2005_spec.rb +2 -2
  92. data/spec/models/inline_response200_spec.rb +2 -2
  93. data/spec/models/patchedpython_python_distribution_spec.rb +59 -0
  94. data/spec/models/patchedpython_python_remote_spec.rb +119 -0
  95. data/spec/models/patchedpython_python_repository_spec.rb +53 -0
  96. data/spec/models/policy_enum_spec.rb +35 -0
  97. data/spec/models/python_bander_remote_spec.rb +47 -0
  98. data/spec/models/python_python_distribution_response_spec.rb +77 -0
  99. data/spec/models/python_python_distribution_spec.rb +2 -20
  100. data/spec/models/python_python_package_content_response_spec.rb +197 -0
  101. data/spec/models/python_python_package_content_spec.rb +5 -29
  102. data/spec/models/python_python_publication_response_spec.rb +65 -0
  103. data/spec/models/python_python_publication_spec.rb +2 -20
  104. data/spec/models/python_python_remote_response_spec.rb +137 -0
  105. data/spec/models/python_python_remote_spec.rb +2 -24
  106. data/spec/models/python_python_repository_response_spec.rb +77 -0
  107. data/spec/models/python_python_repository_spec.rb +5 -23
  108. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  109. data/spec/models/repository_sync_url_spec.rb +2 -2
  110. data/spec/models/repository_version_response_spec.rb +65 -0
  111. data/spec/models/repository_version_spec.rb +2 -26
  112. data/spec/spec_helper.rb +2 -2
  113. metadata +51 -3
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -35,9 +35,9 @@ describe 'RepositoriesPythonApi' do
35
35
  # unit tests for create
36
36
  # Create a python repository
37
37
  # A ViewSet for PythonRepository.
38
- # @param data
38
+ # @param python_python_repository
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [PythonPythonRepository]
40
+ # @return [PythonPythonRepositoryResponse]
41
41
  describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -47,8 +47,11 @@ describe 'RepositoriesPythonApi' do
47
47
  # unit tests for delete
48
48
  # Delete a python repository
49
49
  # Trigger an asynchronous delete task
50
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
50
+ # @param python_python_repository_href
51
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [String] :name name
53
+ # @option opts [String] :name__in name__in
54
+ # @option opts [String] :ordering Which field to use when ordering the results.
52
55
  # @return [AsyncOperationResponse]
53
56
  describe 'delete test' do
54
57
  it 'should work' do
@@ -60,11 +63,11 @@ describe 'RepositoriesPythonApi' do
60
63
  # List python repositorys
61
64
  # A ViewSet for PythonRepository.
62
65
  # @param [Hash] opts the optional parameters
63
- # @option opts [String] :ordering Which field to use when ordering the results.
64
- # @option opts [String] :name
65
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
66
66
  # @option opts [Integer] :limit Number of results to return per page.
67
+ # @option opts [String] :name name
68
+ # @option opts [String] :name__in name__in
67
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
+ # @option opts [String] :ordering Which field to use when ordering the results.
68
71
  # @option opts [String] :fields A list of fields to include in the response.
69
72
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
70
73
  # @return [InlineResponse2004]
@@ -77,8 +80,8 @@ describe 'RepositoriesPythonApi' do
77
80
  # unit tests for modify
78
81
  # Modify Repository Content
79
82
  # Trigger an asynchronous task to create a new repository version.
80
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
81
- # @param data
83
+ # @param python_python_repository_href
84
+ # @param repository_add_remove_content
82
85
  # @param [Hash] opts the optional parameters
83
86
  # @return [AsyncOperationResponse]
84
87
  describe 'modify test' do
@@ -88,11 +91,14 @@ describe 'RepositoriesPythonApi' do
88
91
  end
89
92
 
90
93
  # unit tests for partial_update
91
- # Partially update a python repository
94
+ # Update a python repository
92
95
  # Trigger an asynchronous partial update task
93
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
94
- # @param data
96
+ # @param python_python_repository_href
97
+ # @param patchedpython_python_repository
95
98
  # @param [Hash] opts the optional parameters
99
+ # @option opts [String] :name name
100
+ # @option opts [String] :name__in name__in
101
+ # @option opts [String] :ordering Which field to use when ordering the results.
96
102
  # @return [AsyncOperationResponse]
97
103
  describe 'partial_update test' do
98
104
  it 'should work' do
@@ -103,11 +109,11 @@ describe 'RepositoriesPythonApi' do
103
109
  # unit tests for read
104
110
  # Inspect a python repository
105
111
  # A ViewSet for PythonRepository.
106
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
112
+ # @param python_python_repository_href
107
113
  # @param [Hash] opts the optional parameters
108
114
  # @option opts [String] :fields A list of fields to include in the response.
109
115
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
110
- # @return [PythonPythonRepository]
116
+ # @return [PythonPythonRepositoryResponse]
111
117
  describe 'read test' do
112
118
  it 'should work' do
113
119
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -117,8 +123,8 @@ describe 'RepositoriesPythonApi' do
117
123
  # unit tests for sync
118
124
  # Sync from remote
119
125
  # Trigger an asynchronous task to sync Python content.
120
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
121
- # @param data
126
+ # @param python_python_repository_href
127
+ # @param repository_sync_url
122
128
  # @param [Hash] opts the optional parameters
123
129
  # @return [AsyncOperationResponse]
124
130
  describe 'sync test' do
@@ -130,9 +136,12 @@ describe 'RepositoriesPythonApi' do
130
136
  # unit tests for update
131
137
  # Update a python repository
132
138
  # Trigger an asynchronous update task
133
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
134
- # @param data
139
+ # @param python_python_repository_href
140
+ # @param python_python_repository
135
141
  # @param [Hash] opts the optional parameters
142
+ # @option opts [String] :name name
143
+ # @option opts [String] :name__in name__in
144
+ # @option opts [String] :ordering Which field to use when ordering the results.
136
145
  # @return [AsyncOperationResponse]
137
146
  describe 'update test' do
138
147
  it 'should work' do
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -35,8 +35,23 @@ describe 'RepositoriesPythonVersionsApi' do
35
35
  # unit tests for delete
36
36
  # Delete a repository version
37
37
  # Trigger an asynchronous task to delete a repositroy version.
38
- # @param python_repository_version_href URI of Repository Version. e.g.: /pulp/api/v3/repositories/python/python/1/versions/1/
38
+ # @param python_python_repository_version_href
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [String] :content content
41
+ # @option opts [String] :content__in content__in
42
+ # @option opts [String] :number number
43
+ # @option opts [String] :number__gt number__gt
44
+ # @option opts [String] :number__gte number__gte
45
+ # @option opts [String] :number__lt number__lt
46
+ # @option opts [String] :number__lte number__lte
47
+ # @option opts [String] :number__range number__range
48
+ # @option opts [String] :ordering Which field to use when ordering the results.
49
+ # @option opts [String] :pulp_created pulp_created
50
+ # @option opts [String] :pulp_created__gt pulp_created__gt
51
+ # @option opts [String] :pulp_created__gte pulp_created__gte
52
+ # @option opts [String] :pulp_created__lt pulp_created__lt
53
+ # @option opts [String] :pulp_created__lte pulp_created__lte
54
+ # @option opts [String] :pulp_created__range pulp_created__range
40
55
  # @return [AsyncOperationResponse]
41
56
  describe 'delete test' do
42
57
  it 'should work' do
@@ -47,25 +62,25 @@ describe 'RepositoriesPythonVersionsApi' do
47
62
  # unit tests for list
48
63
  # List repository versions
49
64
  # PythonRepositoryVersion represents a single Python repository version.
50
- # @param python_repository_href URI of Python Repository. e.g.: /pulp/api/v3/repositories/python/python/1/
65
+ # @param python_python_repository_href
51
66
  # @param [Hash] opts the optional parameters
52
- # @option opts [String] :ordering Which field to use when ordering the results.
53
- # @option opts [Float] :number
54
- # @option opts [Float] :number__lt Filter results where number is less than value
55
- # @option opts [Float] :number__lte Filter results where number is less than or equal to value
56
- # @option opts [Float] :number__gt Filter results where number is greater than value
57
- # @option opts [Float] :number__gte Filter results where number is greater than or equal to value
58
- # @option opts [Float] :number__range Filter results where number is between two comma separated values
59
- # @option opts [String] :pulp_created__lt Filter results where pulp_created is less than value
60
- # @option opts [String] :pulp_created__lte Filter results where pulp_created is less than or equal to value
61
- # @option opts [String] :pulp_created__gt Filter results where pulp_created is greater than value
62
- # @option opts [String] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
63
- # @option opts [String] :pulp_created__range Filter results where pulp_created is between two comma separated values
64
- # @option opts [String] :pulp_created ISO 8601 formatted dates are supported
65
- # @option opts [String] :content Content Unit referenced by HREF
66
- # @option opts [String] :content__in Content Unit referenced by HREF
67
+ # @option opts [String] :content content
68
+ # @option opts [String] :content__in content__in
67
69
  # @option opts [Integer] :limit Number of results to return per page.
70
+ # @option opts [String] :number number
71
+ # @option opts [String] :number__gt number__gt
72
+ # @option opts [String] :number__gte number__gte
73
+ # @option opts [String] :number__lt number__lt
74
+ # @option opts [String] :number__lte number__lte
75
+ # @option opts [String] :number__range number__range
68
76
  # @option opts [Integer] :offset The initial index from which to return the results.
77
+ # @option opts [String] :ordering Which field to use when ordering the results.
78
+ # @option opts [String] :pulp_created pulp_created
79
+ # @option opts [String] :pulp_created__gt pulp_created__gt
80
+ # @option opts [String] :pulp_created__gte pulp_created__gte
81
+ # @option opts [String] :pulp_created__lt pulp_created__lt
82
+ # @option opts [String] :pulp_created__lte pulp_created__lte
83
+ # @option opts [String] :pulp_created__range pulp_created__range
69
84
  # @option opts [String] :fields A list of fields to include in the response.
70
85
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
71
86
  # @return [InlineResponse2005]
@@ -78,11 +93,11 @@ describe 'RepositoriesPythonVersionsApi' do
78
93
  # unit tests for read
79
94
  # Inspect a repository version
80
95
  # PythonRepositoryVersion represents a single Python repository version.
81
- # @param python_repository_version_href URI of Repository Version. e.g.: /pulp/api/v3/repositories/python/python/1/versions/1/
96
+ # @param python_python_repository_version_href
82
97
  # @param [Hash] opts the optional parameters
83
98
  # @option opts [String] :fields A list of fields to include in the response.
84
99
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
85
- # @return [RepositoryVersion]
100
+ # @return [RepositoryVersionResponse]
86
101
  describe 'read test' do
87
102
  it 'should work' do
88
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -91,8 +106,8 @@ describe 'RepositoriesPythonVersionsApi' do
91
106
 
92
107
  # unit tests for repair
93
108
  # Trigger an asynchronous task to repair a repositroy version.
94
- # @param python_repository_version_href URI of Repository Version. e.g.: /pulp/api/v3/repositories/python/python/1/versions/1/
95
- # @param data
109
+ # @param python_python_repository_version_href
110
+ # @param repository_version
96
111
  # @param [Hash] opts the optional parameters
97
112
  # @return [AsyncOperationResponse]
98
113
  describe 'repair test' do
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -0,0 +1,53 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpPythonClient::ContentSummaryResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'ContentSummaryResponse' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpPythonClient::ContentSummaryResponse.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of ContentSummaryResponse' do
31
+ it 'should create an instance of ContentSummaryResponse' do
32
+ expect(@instance).to be_instance_of(PulpPythonClient::ContentSummaryResponse)
33
+ end
34
+ end
35
+ describe 'test attribute "added"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "removed"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "present"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ end
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -0,0 +1,59 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.3
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpPythonClient::PatchedpythonPythonDistribution
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PatchedpythonPythonDistribution' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpPythonClient::PatchedpythonPythonDistribution.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PatchedpythonPythonDistribution' do
31
+ it 'should create an instance of PatchedpythonPythonDistribution' do
32
+ expect(@instance).to be_instance_of(PulpPythonClient::PatchedpythonPythonDistribution)
33
+ end
34
+ end
35
+ describe 'test attribute "base_path"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "content_guard"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "name"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "publication"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ end