pulp_python_client 3.0.0b11 → 3.0.0b12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -10
  3. data/docs/ContentPackagesApi.md +2 -2
  4. data/docs/DistributionsPypiApi.md +8 -56
  5. data/docs/{InlineResponse2005.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  6. data/docs/{InlineResponse2001.md → PaginatedpythonPythonDistributionResponseList.md} +4 -4
  7. data/docs/{InlineResponse200.md → PaginatedpythonPythonPackageContentResponseList.md} +4 -4
  8. data/docs/{InlineResponse2002.md → PaginatedpythonPythonPublicationResponseList.md} +4 -4
  9. data/docs/{InlineResponse2003.md → PaginatedpythonPythonRemoteResponseList.md} +4 -4
  10. data/docs/{InlineResponse2004.md → PaginatedpythonPythonRepositoryResponseList.md} +4 -4
  11. data/docs/PublicationsPypiApi.md +2 -2
  12. data/docs/PythonBanderRemote.md +3 -1
  13. data/docs/RemotesPythonApi.md +14 -70
  14. data/docs/RepositoriesPythonApi.md +8 -32
  15. data/docs/RepositoriesPythonVersionsApi.md +4 -36
  16. data/lib/pulp_python_client/api/content_packages_api.rb +3 -3
  17. data/lib/pulp_python_client/api/distributions_pypi_api.rb +3 -66
  18. data/lib/pulp_python_client/api/publications_pypi_api.rb +3 -3
  19. data/lib/pulp_python_client/api/remotes_python_api.rb +6 -84
  20. data/lib/pulp_python_client/api/repositories_python_api.rb +3 -30
  21. data/lib/pulp_python_client/api/repositories_python_versions_api.rb +3 -48
  22. data/lib/pulp_python_client/models/{inline_response2005.rb → paginated_repository_version_response_list.rb} +3 -3
  23. data/lib/pulp_python_client/models/{inline_response2001.rb → paginatedpython_python_distribution_response_list.rb} +3 -3
  24. data/lib/pulp_python_client/models/{inline_response200.rb → paginatedpython_python_package_content_response_list.rb} +3 -3
  25. data/lib/pulp_python_client/models/{inline_response2002.rb → paginatedpython_python_publication_response_list.rb} +3 -3
  26. data/lib/pulp_python_client/models/{inline_response2003.rb → paginatedpython_python_remote_response_list.rb} +3 -3
  27. data/lib/pulp_python_client/models/{inline_response2004.rb → paginatedpython_python_repository_response_list.rb} +3 -3
  28. data/lib/pulp_python_client/models/python_bander_remote.rb +14 -4
  29. data/lib/pulp_python_client/models/repository_sync_url.rb +1 -0
  30. data/lib/pulp_python_client/version.rb +1 -1
  31. data/lib/pulp_python_client.rb +6 -6
  32. data/spec/api/content_packages_api_spec.rb +1 -1
  33. data/spec/api/distributions_pypi_api_spec.rb +1 -22
  34. data/spec/api/publications_pypi_api_spec.rb +1 -1
  35. data/spec/api/remotes_python_api_spec.rb +2 -28
  36. data/spec/api/repositories_python_api_spec.rb +1 -10
  37. data/spec/api/repositories_python_versions_api_spec.rb +1 -16
  38. data/spec/models/{inline_response2001_spec.rb → paginated_repository_version_response_list_spec.rb} +6 -6
  39. data/spec/models/paginatedpython_python_distribution_response_list_spec.rb +59 -0
  40. data/spec/models/paginatedpython_python_package_content_response_list_spec.rb +59 -0
  41. data/spec/models/{inline_response2004_spec.rb → paginatedpython_python_publication_response_list_spec.rb} +6 -6
  42. data/spec/models/{inline_response2002_spec.rb → paginatedpython_python_remote_response_list_spec.rb} +6 -6
  43. data/spec/models/{inline_response2003_spec.rb → paginatedpython_python_repository_response_list_spec.rb} +6 -6
  44. data/spec/models/python_bander_remote_spec.rb +6 -0
  45. metadata +26 -26
  46. data/spec/models/inline_response2005_spec.rb +0 -59
  47. data/spec/models/inline_response200_spec.rb +0 -59
@@ -37,21 +37,6 @@ describe 'RepositoriesPythonVersionsApi' do
37
37
  # Trigger an asynchronous task to delete a repositroy version.
38
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
55
40
  # @return [AsyncOperationResponse]
56
41
  describe 'delete test' do
57
42
  it 'should work' do
@@ -83,7 +68,7 @@ describe 'RepositoriesPythonVersionsApi' do
83
68
  # @option opts [String] :pulp_created__range pulp_created__range
84
69
  # @option opts [String] :fields A list of fields to include in the response.
85
70
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
86
- # @return [InlineResponse2005]
71
+ # @return [PaginatedRepositoryVersionResponseList]
87
72
  describe 'list test' do
88
73
  it 'should work' do
89
74
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpPythonClient::InlineResponse2001
17
+ # Unit tests for PulpPythonClient::PaginatedRepositoryVersionResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2001' do
20
+ describe 'PaginatedRepositoryVersionResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpPythonClient::InlineResponse2001.new
23
+ @instance = PulpPythonClient::PaginatedRepositoryVersionResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2001' do
31
- it 'should create an instance of InlineResponse2001' do
32
- expect(@instance).to be_instance_of(PulpPythonClient::InlineResponse2001)
30
+ describe 'test an instance of PaginatedRepositoryVersionResponseList' do
31
+ it 'should create an instance of PaginatedRepositoryVersionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpPythonClient::PaginatedRepositoryVersionResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -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::PaginatedpythonPythonDistributionResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedpythonPythonDistributionResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpPythonClient::PaginatedpythonPythonDistributionResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedpythonPythonDistributionResponseList' do
31
+ it 'should create an instance of PaginatedpythonPythonDistributionResponseList' do
32
+ expect(@instance).to be_instance_of(PulpPythonClient::PaginatedpythonPythonDistributionResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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 "results"' 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
@@ -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::PaginatedpythonPythonPackageContentResponseList
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'PaginatedpythonPythonPackageContentResponseList' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpPythonClient::PaginatedpythonPythonPackageContentResponseList.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of PaginatedpythonPythonPackageContentResponseList' do
31
+ it 'should create an instance of PaginatedpythonPythonPackageContentResponseList' do
32
+ expect(@instance).to be_instance_of(PulpPythonClient::PaginatedpythonPythonPackageContentResponseList)
33
+ end
34
+ end
35
+ describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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 "results"' 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
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpPythonClient::InlineResponse2004
17
+ # Unit tests for PulpPythonClient::PaginatedpythonPythonPublicationResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2004' do
20
+ describe 'PaginatedpythonPythonPublicationResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpPythonClient::InlineResponse2004.new
23
+ @instance = PulpPythonClient::PaginatedpythonPythonPublicationResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2004' do
31
- it 'should create an instance of InlineResponse2004' do
32
- expect(@instance).to be_instance_of(PulpPythonClient::InlineResponse2004)
30
+ describe 'test an instance of PaginatedpythonPythonPublicationResponseList' do
31
+ it 'should create an instance of PaginatedpythonPythonPublicationResponseList' do
32
+ expect(@instance).to be_instance_of(PulpPythonClient::PaginatedpythonPythonPublicationResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpPythonClient::InlineResponse2002
17
+ # Unit tests for PulpPythonClient::PaginatedpythonPythonRemoteResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2002' do
20
+ describe 'PaginatedpythonPythonRemoteResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpPythonClient::InlineResponse2002.new
23
+ @instance = PulpPythonClient::PaginatedpythonPythonRemoteResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2002' do
31
- it 'should create an instance of InlineResponse2002' do
32
- expect(@instance).to be_instance_of(PulpPythonClient::InlineResponse2002)
30
+ describe 'test an instance of PaginatedpythonPythonRemoteResponseList' do
31
+ it 'should create an instance of PaginatedpythonPythonRemoteResponseList' do
32
+ expect(@instance).to be_instance_of(PulpPythonClient::PaginatedpythonPythonRemoteResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpPythonClient::InlineResponse2003
17
+ # Unit tests for PulpPythonClient::PaginatedpythonPythonRepositoryResponseList
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'InlineResponse2003' do
20
+ describe 'PaginatedpythonPythonRepositoryResponseList' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpPythonClient::InlineResponse2003.new
23
+ @instance = PulpPythonClient::PaginatedpythonPythonRepositoryResponseList.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of InlineResponse2003' do
31
- it 'should create an instance of InlineResponse2003' do
32
- expect(@instance).to be_instance_of(PulpPythonClient::InlineResponse2003)
30
+ describe 'test an instance of PaginatedpythonPythonRepositoryResponseList' do
31
+ it 'should create an instance of PaginatedpythonPythonRepositoryResponseList' do
32
+ expect(@instance).to be_instance_of(PulpPythonClient::PaginatedpythonPythonRepositoryResponseList)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "count"' do
@@ -44,4 +44,10 @@ describe 'PythonBanderRemote' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "policy"' 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
+
47
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_python_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0b11
4
+ version: 3.0.0b12
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-18 00:00:00.000000000 Z
11
+ date: 2020-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -79,12 +79,12 @@ files:
79
79
  - docs/ContentSummary.md
80
80
  - docs/ContentSummaryResponse.md
81
81
  - docs/DistributionsPypiApi.md
82
- - docs/InlineResponse200.md
83
- - docs/InlineResponse2001.md
84
- - docs/InlineResponse2002.md
85
- - docs/InlineResponse2003.md
86
- - docs/InlineResponse2004.md
87
- - docs/InlineResponse2005.md
82
+ - docs/PaginatedRepositoryVersionResponseList.md
83
+ - docs/PaginatedpythonPythonDistributionResponseList.md
84
+ - docs/PaginatedpythonPythonPackageContentResponseList.md
85
+ - docs/PaginatedpythonPythonPublicationResponseList.md
86
+ - docs/PaginatedpythonPythonRemoteResponseList.md
87
+ - docs/PaginatedpythonPythonRepositoryResponseList.md
88
88
  - docs/PatchedpythonPythonDistribution.md
89
89
  - docs/PatchedpythonPythonRemote.md
90
90
  - docs/PatchedpythonPythonRepository.md
@@ -122,12 +122,12 @@ files:
122
122
  - lib/pulp_python_client/models/async_operation_response.rb
123
123
  - lib/pulp_python_client/models/content_summary.rb
124
124
  - lib/pulp_python_client/models/content_summary_response.rb
125
- - lib/pulp_python_client/models/inline_response200.rb
126
- - lib/pulp_python_client/models/inline_response2001.rb
127
- - lib/pulp_python_client/models/inline_response2002.rb
128
- - lib/pulp_python_client/models/inline_response2003.rb
129
- - lib/pulp_python_client/models/inline_response2004.rb
130
- - lib/pulp_python_client/models/inline_response2005.rb
125
+ - lib/pulp_python_client/models/paginated_repository_version_response_list.rb
126
+ - lib/pulp_python_client/models/paginatedpython_python_distribution_response_list.rb
127
+ - lib/pulp_python_client/models/paginatedpython_python_package_content_response_list.rb
128
+ - lib/pulp_python_client/models/paginatedpython_python_publication_response_list.rb
129
+ - lib/pulp_python_client/models/paginatedpython_python_remote_response_list.rb
130
+ - lib/pulp_python_client/models/paginatedpython_python_repository_response_list.rb
131
131
  - lib/pulp_python_client/models/patchedpython_python_distribution.rb
132
132
  - lib/pulp_python_client/models/patchedpython_python_remote.rb
133
133
  - lib/pulp_python_client/models/patchedpython_python_repository.rb
@@ -160,12 +160,12 @@ files:
160
160
  - spec/models/async_operation_response_spec.rb
161
161
  - spec/models/content_summary_response_spec.rb
162
162
  - spec/models/content_summary_spec.rb
163
- - spec/models/inline_response2001_spec.rb
164
- - spec/models/inline_response2002_spec.rb
165
- - spec/models/inline_response2003_spec.rb
166
- - spec/models/inline_response2004_spec.rb
167
- - spec/models/inline_response2005_spec.rb
168
- - spec/models/inline_response200_spec.rb
163
+ - spec/models/paginated_repository_version_response_list_spec.rb
164
+ - spec/models/paginatedpython_python_distribution_response_list_spec.rb
165
+ - spec/models/paginatedpython_python_package_content_response_list_spec.rb
166
+ - spec/models/paginatedpython_python_publication_response_list_spec.rb
167
+ - spec/models/paginatedpython_python_remote_response_list_spec.rb
168
+ - spec/models/paginatedpython_python_repository_response_list_spec.rb
169
169
  - spec/models/patchedpython_python_distribution_spec.rb
170
170
  - spec/models/patchedpython_python_remote_spec.rb
171
171
  - spec/models/patchedpython_python_repository_spec.rb
@@ -218,8 +218,9 @@ test_files:
218
218
  - spec/api/remotes_python_api_spec.rb
219
219
  - spec/api_client_spec.rb
220
220
  - spec/configuration_spec.rb
221
- - spec/models/inline_response2004_spec.rb
221
+ - spec/models/paginatedpython_python_publication_response_list_spec.rb
222
222
  - spec/models/content_summary_response_spec.rb
223
+ - spec/models/paginated_repository_version_response_list_spec.rb
223
224
  - spec/models/repository_add_remove_content_spec.rb
224
225
  - spec/models/python_python_distribution_spec.rb
225
226
  - spec/models/python_python_repository_response_spec.rb
@@ -229,21 +230,20 @@ test_files:
229
230
  - spec/models/python_python_remote_spec.rb
230
231
  - spec/models/async_operation_response_spec.rb
231
232
  - spec/models/policy_enum_spec.rb
233
+ - spec/models/paginatedpython_python_repository_response_list_spec.rb
232
234
  - spec/models/content_summary_spec.rb
233
235
  - spec/models/python_bander_remote_spec.rb
234
236
  - spec/models/python_python_publication_response_spec.rb
235
- - spec/models/inline_response2005_spec.rb
236
237
  - spec/models/repository_version_spec.rb
238
+ - spec/models/paginatedpython_python_distribution_response_list_spec.rb
237
239
  - spec/models/python_python_distribution_response_spec.rb
240
+ - spec/models/paginatedpython_python_remote_response_list_spec.rb
238
241
  - spec/models/python_python_publication_spec.rb
239
242
  - spec/models/patchedpython_python_remote_spec.rb
240
- - spec/models/inline_response2003_spec.rb
241
243
  - spec/models/repository_version_response_spec.rb
242
244
  - spec/models/patchedpython_python_repository_spec.rb
243
245
  - spec/models/python_python_remote_response_spec.rb
244
- - spec/models/inline_response2001_spec.rb
245
246
  - spec/models/python_python_repository_spec.rb
246
- - spec/models/inline_response2002_spec.rb
247
+ - spec/models/paginatedpython_python_package_content_response_list_spec.rb
247
248
  - spec/models/repository_sync_url_spec.rb
248
- - spec/models/inline_response200_spec.rb
249
249
  - spec/spec_helper.rb
@@ -1,59 +0,0 @@
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::InlineResponse2005
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'InlineResponse2005' do
21
- before do
22
- # run before each test
23
- @instance = PulpPythonClient::InlineResponse2005.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of InlineResponse2005' do
31
- it 'should create an instance of InlineResponse2005' do
32
- expect(@instance).to be_instance_of(PulpPythonClient::InlineResponse2005)
33
- end
34
- end
35
- describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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 "results"' 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
@@ -1,59 +0,0 @@
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::InlineResponse200
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'InlineResponse200' do
21
- before do
22
- # run before each test
23
- @instance = PulpPythonClient::InlineResponse200.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of InlineResponse200' do
31
- it 'should create an instance of InlineResponse200' do
32
- expect(@instance).to be_instance_of(PulpPythonClient::InlineResponse200)
33
- end
34
- end
35
- describe 'test attribute "count"' 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 "_next"' 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 "previous"' 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 "results"' 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