pulp_python_client 3.0.0b11 → 3.0.0b12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +10 -10
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/DistributionsPypiApi.md +8 -56
- data/docs/{InlineResponse2005.md → PaginatedRepositoryVersionResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → PaginatedpythonPythonDistributionResponseList.md} +4 -4
- data/docs/{InlineResponse200.md → PaginatedpythonPythonPackageContentResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → PaginatedpythonPythonPublicationResponseList.md} +4 -4
- data/docs/{InlineResponse2003.md → PaginatedpythonPythonRemoteResponseList.md} +4 -4
- data/docs/{InlineResponse2004.md → PaginatedpythonPythonRepositoryResponseList.md} +4 -4
- data/docs/PublicationsPypiApi.md +2 -2
- data/docs/PythonBanderRemote.md +3 -1
- data/docs/RemotesPythonApi.md +14 -70
- data/docs/RepositoriesPythonApi.md +8 -32
- data/docs/RepositoriesPythonVersionsApi.md +4 -36
- data/lib/pulp_python_client/api/content_packages_api.rb +3 -3
- data/lib/pulp_python_client/api/distributions_pypi_api.rb +3 -66
- data/lib/pulp_python_client/api/publications_pypi_api.rb +3 -3
- data/lib/pulp_python_client/api/remotes_python_api.rb +6 -84
- data/lib/pulp_python_client/api/repositories_python_api.rb +3 -30
- data/lib/pulp_python_client/api/repositories_python_versions_api.rb +3 -48
- data/lib/pulp_python_client/models/{inline_response2005.rb → paginated_repository_version_response_list.rb} +3 -3
- data/lib/pulp_python_client/models/{inline_response2001.rb → paginatedpython_python_distribution_response_list.rb} +3 -3
- data/lib/pulp_python_client/models/{inline_response200.rb → paginatedpython_python_package_content_response_list.rb} +3 -3
- data/lib/pulp_python_client/models/{inline_response2002.rb → paginatedpython_python_publication_response_list.rb} +3 -3
- data/lib/pulp_python_client/models/{inline_response2003.rb → paginatedpython_python_remote_response_list.rb} +3 -3
- data/lib/pulp_python_client/models/{inline_response2004.rb → paginatedpython_python_repository_response_list.rb} +3 -3
- data/lib/pulp_python_client/models/python_bander_remote.rb +14 -4
- data/lib/pulp_python_client/models/repository_sync_url.rb +1 -0
- data/lib/pulp_python_client/version.rb +1 -1
- data/lib/pulp_python_client.rb +6 -6
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/distributions_pypi_api_spec.rb +1 -22
- data/spec/api/publications_pypi_api_spec.rb +1 -1
- data/spec/api/remotes_python_api_spec.rb +2 -28
- data/spec/api/repositories_python_api_spec.rb +1 -10
- data/spec/api/repositories_python_versions_api_spec.rb +1 -16
- data/spec/models/{inline_response2001_spec.rb → paginated_repository_version_response_list_spec.rb} +6 -6
- data/spec/models/paginatedpython_python_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginatedpython_python_package_content_response_list_spec.rb +59 -0
- data/spec/models/{inline_response2004_spec.rb → paginatedpython_python_publication_response_list_spec.rb} +6 -6
- data/spec/models/{inline_response2002_spec.rb → paginatedpython_python_remote_response_list_spec.rb} +6 -6
- data/spec/models/{inline_response2003_spec.rb → paginatedpython_python_repository_response_list_spec.rb} +6 -6
- data/spec/models/python_bander_remote_spec.rb +6 -0
- metadata +26 -26
- data/spec/models/inline_response2005_spec.rb +0 -59
- 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 [
|
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
|
data/spec/models/{inline_response2001_spec.rb → paginated_repository_version_response_list_spec.rb}
RENAMED
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for PulpPythonClient::
|
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 '
|
20
|
+
describe 'PaginatedRepositoryVersionResponseList' do
|
21
21
|
before do
|
22
22
|
# run before each test
|
23
|
-
@instance = PulpPythonClient::
|
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
|
31
|
-
it 'should create an instance of
|
32
|
-
expect(@instance).to be_instance_of(PulpPythonClient::
|
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::
|
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 '
|
20
|
+
describe 'PaginatedpythonPythonPublicationResponseList' do
|
21
21
|
before do
|
22
22
|
# run before each test
|
23
|
-
@instance = PulpPythonClient::
|
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
|
31
|
-
it 'should create an instance of
|
32
|
-
expect(@instance).to be_instance_of(PulpPythonClient::
|
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
|
data/spec/models/{inline_response2002_spec.rb → paginatedpython_python_remote_response_list_spec.rb}
RENAMED
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for PulpPythonClient::
|
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 '
|
20
|
+
describe 'PaginatedpythonPythonRemoteResponseList' do
|
21
21
|
before do
|
22
22
|
# run before each test
|
23
|
-
@instance = PulpPythonClient::
|
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
|
31
|
-
it 'should create an instance of
|
32
|
-
expect(@instance).to be_instance_of(PulpPythonClient::
|
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::
|
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 '
|
20
|
+
describe 'PaginatedpythonPythonRepositoryResponseList' do
|
21
21
|
before do
|
22
22
|
# run before each test
|
23
|
-
@instance = PulpPythonClient::
|
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
|
31
|
-
it 'should create an instance of
|
32
|
-
expect(@instance).to be_instance_of(PulpPythonClient::
|
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
|
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.
|
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-
|
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/
|
83
|
-
- docs/
|
84
|
-
- docs/
|
85
|
-
- docs/
|
86
|
-
- docs/
|
87
|
-
- docs/
|
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/
|
126
|
-
- lib/pulp_python_client/models/
|
127
|
-
- lib/pulp_python_client/models/
|
128
|
-
- lib/pulp_python_client/models/
|
129
|
-
- lib/pulp_python_client/models/
|
130
|
-
- lib/pulp_python_client/models/
|
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/
|
164
|
-
- spec/models/
|
165
|
-
- spec/models/
|
166
|
-
- spec/models/
|
167
|
-
- spec/models/
|
168
|
-
- spec/models/
|
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/
|
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/
|
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
|