iker-python-common 1.0.34__tar.gz → 1.0.35__tar.gz
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.
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/PKG-INFO +1 -1
- iker_python_common-1.0.35/resources/unittest/shutils/dir.baz/file.foo.bar +0 -0
- iker_python_common-1.0.35/resources/unittest/shutils/dir.baz/file.foo.baz +0 -0
- iker_python_common-1.0.35/resources/unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz +0 -0
- iker_python_common-1.0.35/resources/unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz +0 -0
- iker_python_common-1.0.35/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar +0 -0
- iker_python_common-1.0.35/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz +0 -0
- iker_python_common-1.0.35/resources/unittest/shutils/dir.foo/file.bar +0 -0
- iker_python_common-1.0.35/resources/unittest/shutils/dir.foo/file.baz +0 -0
- iker_python_common-1.0.35/resources/unittest/shutils/dir.foo/file.foo +0 -0
- iker_python_common-1.0.35/src/iker/common/utils/__init__.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker_python_common.egg-info/PKG-INFO +1 -1
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker_python_common.egg-info/SOURCES.txt +10 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/s3utils_test.py +132 -132
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/.editorconfig +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/.github/workflows/pr.yml +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/.github/workflows/push.yml +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/.gitignore +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/MANIFEST.in +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/README.md +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/VERSION +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/pyproject.toml +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/resources/unittest/config/config.cfg +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/resources/unittest/csv/data.csv +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/resources/unittest/csv/data.tsv +0 -0
- {iker_python_common-1.0.34/resources/unittest/shutils → iker_python_common-1.0.35/resources/unittest/s3utils}/dir.baz/file.bar.baz +0 -0
- {iker_python_common-1.0.34/resources/unittest/shutils → iker_python_common-1.0.35/resources/unittest/s3utils}/dir.baz/file.foo.bar +0 -0
- {iker_python_common-1.0.34/resources/unittest/shutils → iker_python_common-1.0.35/resources/unittest/s3utils}/dir.baz/file.foo.baz +0 -0
- {iker_python_common-1.0.34/resources/unittest/shutils → iker_python_common-1.0.35/resources/unittest/s3utils}/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz +0 -0
- {iker_python_common-1.0.34/resources/unittest/shutils → iker_python_common-1.0.35/resources/unittest/s3utils}/dir.foo/dir.foo.bar/file.bar.baz +0 -0
- {iker_python_common-1.0.34/resources/unittest/shutils → iker_python_common-1.0.35/resources/unittest/s3utils}/dir.foo/dir.foo.bar/file.foo.bar +0 -0
- {iker_python_common-1.0.34/resources/unittest/shutils → iker_python_common-1.0.35/resources/unittest/s3utils}/dir.foo/dir.foo.bar/file.foo.baz +0 -0
- {iker_python_common-1.0.34/resources/unittest/shutils → iker_python_common-1.0.35/resources/unittest/s3utils}/dir.foo/file.bar +0 -0
- {iker_python_common-1.0.34/resources/unittest/shutils → iker_python_common-1.0.35/resources/unittest/s3utils}/dir.foo/file.baz +0 -0
- {iker_python_common-1.0.34/resources/unittest/shutils → iker_python_common-1.0.35/resources/unittest/s3utils}/dir.foo/file.foo +0 -0
- /iker_python_common-1.0.34/src/iker/common/utils/__init__.py → /iker_python_common-1.0.35/resources/unittest/shutils/dir.baz/file.bar.baz +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/setup.cfg +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/setup.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/__init__.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/argutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/config.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/csv.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/dbutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/dockerutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/dtutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/funcutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/jsonutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/logger.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/numutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/randutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/retry.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/s3utils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/sequtils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/shutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/span.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/strutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/testutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/typeutils.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker_python_common.egg-info/dependency_links.txt +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker_python_common.egg-info/not-zip-safe +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker_python_common.egg-info/requires.txt +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker_python_common.egg-info/top_level.txt +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/__init__.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/argutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/config_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/csv_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/dbutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/dockerutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/dtutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/funcutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/jsonutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/logger_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/numutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/randutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/retry_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/sequtils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/shutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/span_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/strutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/testutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/typeutils_test.py +0 -0
- {iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/docker_fixtures.py +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker_python_common.egg-info/SOURCES.txt
RENAMED
|
@@ -10,6 +10,16 @@ setup.py
|
|
|
10
10
|
resources/unittest/config/config.cfg
|
|
11
11
|
resources/unittest/csv/data.csv
|
|
12
12
|
resources/unittest/csv/data.tsv
|
|
13
|
+
resources/unittest/s3utils/dir.baz/file.bar.baz
|
|
14
|
+
resources/unittest/s3utils/dir.baz/file.foo.bar
|
|
15
|
+
resources/unittest/s3utils/dir.baz/file.foo.baz
|
|
16
|
+
resources/unittest/s3utils/dir.foo/file.bar
|
|
17
|
+
resources/unittest/s3utils/dir.foo/file.baz
|
|
18
|
+
resources/unittest/s3utils/dir.foo/file.foo
|
|
19
|
+
resources/unittest/s3utils/dir.foo/dir.foo.bar/file.bar.baz
|
|
20
|
+
resources/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar
|
|
21
|
+
resources/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.baz
|
|
22
|
+
resources/unittest/s3utils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz
|
|
13
23
|
resources/unittest/shutils/dir.baz/file.bar.baz
|
|
14
24
|
resources/unittest/shutils/dir.baz/file.foo.bar
|
|
15
25
|
resources/unittest/shutils/dir.baz/file.foo.baz
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/s3utils_test.py
RENAMED
|
@@ -54,129 +54,129 @@ class S3UtilsTest(unittest.TestCase):
|
|
|
54
54
|
|
|
55
55
|
@ddt.data(
|
|
56
56
|
(
|
|
57
|
-
"{res_dir}/unittest/
|
|
57
|
+
"{res_dir}/unittest/s3utils/",
|
|
58
58
|
"dummy-bucket",
|
|
59
|
-
"unittest/
|
|
59
|
+
"unittest/s3utils/",
|
|
60
60
|
[],
|
|
61
61
|
[],
|
|
62
62
|
0,
|
|
63
63
|
[
|
|
64
|
-
"unittest/
|
|
65
|
-
"unittest/
|
|
66
|
-
"unittest/
|
|
67
|
-
"unittest/
|
|
68
|
-
"unittest/
|
|
69
|
-
"unittest/
|
|
70
|
-
"unittest/
|
|
71
|
-
"unittest/
|
|
72
|
-
"unittest/
|
|
73
|
-
"unittest/
|
|
64
|
+
"unittest/s3utils/dir.baz/file.foo.bar",
|
|
65
|
+
"unittest/s3utils/dir.baz/file.foo.baz",
|
|
66
|
+
"unittest/s3utils/dir.baz/file.bar.baz",
|
|
67
|
+
"unittest/s3utils/dir.foo/file.bar",
|
|
68
|
+
"unittest/s3utils/dir.foo/file.baz",
|
|
69
|
+
"unittest/s3utils/dir.foo/file.foo",
|
|
70
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar",
|
|
71
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/file.foo.baz",
|
|
72
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/file.bar.baz",
|
|
73
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
|
|
74
74
|
],
|
|
75
75
|
),
|
|
76
76
|
(
|
|
77
|
-
"{res_dir}/unittest/
|
|
77
|
+
"{res_dir}/unittest/s3utils",
|
|
78
78
|
"dummy-bucket",
|
|
79
|
-
"unittest/
|
|
79
|
+
"unittest/s3utils/",
|
|
80
80
|
[],
|
|
81
81
|
[],
|
|
82
82
|
0,
|
|
83
83
|
[
|
|
84
|
-
"unittest/
|
|
85
|
-
"unittest/
|
|
86
|
-
"unittest/
|
|
87
|
-
"unittest/
|
|
88
|
-
"unittest/
|
|
89
|
-
"unittest/
|
|
90
|
-
"unittest/
|
|
91
|
-
"unittest/
|
|
92
|
-
"unittest/
|
|
93
|
-
"unittest/
|
|
84
|
+
"unittest/s3utils/dir.baz/file.foo.bar",
|
|
85
|
+
"unittest/s3utils/dir.baz/file.foo.baz",
|
|
86
|
+
"unittest/s3utils/dir.baz/file.bar.baz",
|
|
87
|
+
"unittest/s3utils/dir.foo/file.bar",
|
|
88
|
+
"unittest/s3utils/dir.foo/file.baz",
|
|
89
|
+
"unittest/s3utils/dir.foo/file.foo",
|
|
90
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar",
|
|
91
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/file.foo.baz",
|
|
92
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/file.bar.baz",
|
|
93
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
|
|
94
94
|
],
|
|
95
95
|
),
|
|
96
96
|
(
|
|
97
|
-
"{res_dir}/unittest/
|
|
97
|
+
"{res_dir}/unittest/s3utils/dir.foo",
|
|
98
98
|
"dummy-bucket",
|
|
99
|
-
"unittest/
|
|
99
|
+
"unittest/s3utils/dir.foo",
|
|
100
100
|
[],
|
|
101
101
|
[],
|
|
102
102
|
0,
|
|
103
103
|
[
|
|
104
|
-
"unittest/
|
|
105
|
-
"unittest/
|
|
106
|
-
"unittest/
|
|
107
|
-
"unittest/
|
|
108
|
-
"unittest/
|
|
109
|
-
"unittest/
|
|
110
|
-
"unittest/
|
|
104
|
+
"unittest/s3utils/dir.foo/file.bar",
|
|
105
|
+
"unittest/s3utils/dir.foo/file.baz",
|
|
106
|
+
"unittest/s3utils/dir.foo/file.foo",
|
|
107
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar",
|
|
108
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/file.foo.baz",
|
|
109
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/file.bar.baz",
|
|
110
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
|
|
111
111
|
],
|
|
112
112
|
),
|
|
113
113
|
(
|
|
114
|
-
"{res_dir}/unittest/
|
|
114
|
+
"{res_dir}/unittest/s3utils/dir.baz",
|
|
115
115
|
"dummy-bucket",
|
|
116
|
-
"unittest/
|
|
116
|
+
"unittest/s3utils/dir.baz",
|
|
117
117
|
[],
|
|
118
118
|
[],
|
|
119
119
|
0,
|
|
120
120
|
[
|
|
121
|
-
"unittest/
|
|
122
|
-
"unittest/
|
|
123
|
-
"unittest/
|
|
121
|
+
"unittest/s3utils/dir.baz/file.foo.bar",
|
|
122
|
+
"unittest/s3utils/dir.baz/file.foo.baz",
|
|
123
|
+
"unittest/s3utils/dir.baz/file.bar.baz",
|
|
124
124
|
],
|
|
125
125
|
),
|
|
126
126
|
(
|
|
127
|
-
"{res_dir}/unittest/
|
|
127
|
+
"{res_dir}/unittest/s3utils",
|
|
128
128
|
"dummy-bucket",
|
|
129
|
-
"unittest/
|
|
129
|
+
"unittest/s3utils/",
|
|
130
130
|
["*.foo", "*.bar"],
|
|
131
131
|
["*.foo.bar"],
|
|
132
132
|
0,
|
|
133
133
|
[
|
|
134
|
-
"unittest/
|
|
135
|
-
"unittest/
|
|
134
|
+
"unittest/s3utils/dir.foo/file.bar",
|
|
135
|
+
"unittest/s3utils/dir.foo/file.foo",
|
|
136
136
|
],
|
|
137
137
|
),
|
|
138
138
|
(
|
|
139
|
-
"{res_dir}/unittest/
|
|
139
|
+
"{res_dir}/unittest/s3utils",
|
|
140
140
|
"dummy-bucket",
|
|
141
|
-
"unittest/
|
|
141
|
+
"unittest/s3utils/",
|
|
142
142
|
["*.foo", "*.bar"],
|
|
143
143
|
[],
|
|
144
144
|
0,
|
|
145
145
|
[
|
|
146
|
-
"unittest/
|
|
147
|
-
"unittest/
|
|
148
|
-
"unittest/
|
|
149
|
-
"unittest/
|
|
146
|
+
"unittest/s3utils/dir.baz/file.foo.bar",
|
|
147
|
+
"unittest/s3utils/dir.foo/file.bar",
|
|
148
|
+
"unittest/s3utils/dir.foo/file.foo",
|
|
149
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar",
|
|
150
150
|
],
|
|
151
151
|
),
|
|
152
152
|
(
|
|
153
|
-
"{res_dir}/unittest/
|
|
153
|
+
"{res_dir}/unittest/s3utils",
|
|
154
154
|
"dummy-bucket",
|
|
155
|
-
"unittest/
|
|
155
|
+
"unittest/s3utils/",
|
|
156
156
|
[],
|
|
157
157
|
["*.baz"],
|
|
158
158
|
0,
|
|
159
159
|
[
|
|
160
|
-
"unittest/
|
|
161
|
-
"unittest/
|
|
162
|
-
"unittest/
|
|
163
|
-
"unittest/
|
|
160
|
+
"unittest/s3utils/dir.baz/file.foo.bar",
|
|
161
|
+
"unittest/s3utils/dir.foo/file.bar",
|
|
162
|
+
"unittest/s3utils/dir.foo/file.foo",
|
|
163
|
+
"unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar",
|
|
164
164
|
],
|
|
165
165
|
),
|
|
166
166
|
(
|
|
167
|
-
"{res_dir}/unittest/
|
|
167
|
+
"{res_dir}/unittest/s3utils",
|
|
168
168
|
"dummy-bucket",
|
|
169
|
-
"unittest/
|
|
169
|
+
"unittest/s3utils",
|
|
170
170
|
[],
|
|
171
171
|
[],
|
|
172
172
|
2,
|
|
173
173
|
[
|
|
174
|
-
"unittest/
|
|
175
|
-
"unittest/
|
|
176
|
-
"unittest/
|
|
177
|
-
"unittest/
|
|
178
|
-
"unittest/
|
|
179
|
-
"unittest/
|
|
174
|
+
"unittest/s3utils/dir.baz/file.foo.bar",
|
|
175
|
+
"unittest/s3utils/dir.baz/file.foo.baz",
|
|
176
|
+
"unittest/s3utils/dir.baz/file.bar.baz",
|
|
177
|
+
"unittest/s3utils/dir.foo/file.bar",
|
|
178
|
+
"unittest/s3utils/dir.foo/file.baz",
|
|
179
|
+
"unittest/s3utils/dir.foo/file.foo",
|
|
180
180
|
],
|
|
181
181
|
),
|
|
182
182
|
)
|
|
@@ -202,137 +202,137 @@ class S3UtilsTest(unittest.TestCase):
|
|
|
202
202
|
|
|
203
203
|
@ddt.data(
|
|
204
204
|
(
|
|
205
|
-
"{res_dir}/unittest/
|
|
206
|
-
"{tmp_dir}/unittest/
|
|
205
|
+
"{res_dir}/unittest/s3utils/",
|
|
206
|
+
"{tmp_dir}/unittest/s3utils/",
|
|
207
207
|
"dummy-bucket",
|
|
208
|
-
"unittest/
|
|
208
|
+
"unittest/s3utils/",
|
|
209
209
|
[],
|
|
210
210
|
[],
|
|
211
211
|
0,
|
|
212
212
|
[
|
|
213
|
-
"{tmp_dir}/unittest/
|
|
214
|
-
"{tmp_dir}/unittest/
|
|
215
|
-
"{tmp_dir}/unittest/
|
|
216
|
-
"{tmp_dir}/unittest/
|
|
217
|
-
"{tmp_dir}/unittest/
|
|
218
|
-
"{tmp_dir}/unittest/
|
|
219
|
-
"{tmp_dir}/unittest/
|
|
220
|
-
"{tmp_dir}/unittest/
|
|
221
|
-
"{tmp_dir}/unittest/
|
|
222
|
-
"{tmp_dir}/unittest/
|
|
213
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.foo.bar",
|
|
214
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.foo.baz",
|
|
215
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.bar.baz",
|
|
216
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.bar",
|
|
217
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.baz",
|
|
218
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.foo",
|
|
219
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar",
|
|
220
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.baz",
|
|
221
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/file.bar.baz",
|
|
222
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
|
|
223
223
|
],
|
|
224
224
|
),
|
|
225
225
|
(
|
|
226
|
-
"{res_dir}/unittest/
|
|
227
|
-
"{tmp_dir}/unittest/
|
|
226
|
+
"{res_dir}/unittest/s3utils",
|
|
227
|
+
"{tmp_dir}/unittest/s3utils",
|
|
228
228
|
"dummy-bucket",
|
|
229
|
-
"unittest/
|
|
229
|
+
"unittest/s3utils/",
|
|
230
230
|
[],
|
|
231
231
|
[],
|
|
232
232
|
0,
|
|
233
233
|
[
|
|
234
|
-
"{tmp_dir}/unittest/
|
|
235
|
-
"{tmp_dir}/unittest/
|
|
236
|
-
"{tmp_dir}/unittest/
|
|
237
|
-
"{tmp_dir}/unittest/
|
|
238
|
-
"{tmp_dir}/unittest/
|
|
239
|
-
"{tmp_dir}/unittest/
|
|
240
|
-
"{tmp_dir}/unittest/
|
|
241
|
-
"{tmp_dir}/unittest/
|
|
242
|
-
"{tmp_dir}/unittest/
|
|
243
|
-
"{tmp_dir}/unittest/
|
|
234
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.foo.bar",
|
|
235
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.foo.baz",
|
|
236
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.bar.baz",
|
|
237
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.bar",
|
|
238
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.baz",
|
|
239
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.foo",
|
|
240
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar",
|
|
241
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.baz",
|
|
242
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/file.bar.baz",
|
|
243
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
|
|
244
244
|
],
|
|
245
245
|
),
|
|
246
246
|
(
|
|
247
|
-
"{res_dir}/unittest/
|
|
248
|
-
"{tmp_dir}/unittest/
|
|
247
|
+
"{res_dir}/unittest/s3utils/dir.foo",
|
|
248
|
+
"{tmp_dir}/unittest/s3utils/dir.foo",
|
|
249
249
|
"dummy-bucket",
|
|
250
|
-
"unittest/
|
|
250
|
+
"unittest/s3utils/dir.foo",
|
|
251
251
|
[],
|
|
252
252
|
[],
|
|
253
253
|
0,
|
|
254
254
|
[
|
|
255
|
-
"{tmp_dir}/unittest/
|
|
256
|
-
"{tmp_dir}/unittest/
|
|
257
|
-
"{tmp_dir}/unittest/
|
|
258
|
-
"{tmp_dir}/unittest/
|
|
259
|
-
"{tmp_dir}/unittest/
|
|
260
|
-
"{tmp_dir}/unittest/
|
|
261
|
-
"{tmp_dir}/unittest/
|
|
255
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.bar",
|
|
256
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.baz",
|
|
257
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.foo",
|
|
258
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar",
|
|
259
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.baz",
|
|
260
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/file.bar.baz",
|
|
261
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz",
|
|
262
262
|
],
|
|
263
263
|
),
|
|
264
264
|
(
|
|
265
|
-
"{res_dir}/unittest/
|
|
266
|
-
"{tmp_dir}/unittest/
|
|
265
|
+
"{res_dir}/unittest/s3utils/dir.baz",
|
|
266
|
+
"{tmp_dir}/unittest/s3utils/dir.baz",
|
|
267
267
|
"dummy-bucket",
|
|
268
|
-
"unittest/
|
|
268
|
+
"unittest/s3utils/dir.baz",
|
|
269
269
|
[],
|
|
270
270
|
[],
|
|
271
271
|
0,
|
|
272
272
|
[
|
|
273
|
-
"{tmp_dir}/unittest/
|
|
274
|
-
"{tmp_dir}/unittest/
|
|
275
|
-
"{tmp_dir}/unittest/
|
|
273
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.foo.bar",
|
|
274
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.foo.baz",
|
|
275
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.bar.baz",
|
|
276
276
|
],
|
|
277
277
|
),
|
|
278
278
|
(
|
|
279
|
-
"{res_dir}/unittest/
|
|
280
|
-
"{tmp_dir}/unittest/
|
|
279
|
+
"{res_dir}/unittest/s3utils",
|
|
280
|
+
"{tmp_dir}/unittest/s3utils",
|
|
281
281
|
"dummy-bucket",
|
|
282
|
-
"unittest/
|
|
282
|
+
"unittest/s3utils/",
|
|
283
283
|
["*.foo", "*.bar"],
|
|
284
284
|
["*.foo.bar"],
|
|
285
285
|
0,
|
|
286
286
|
[
|
|
287
|
-
"{tmp_dir}/unittest/
|
|
288
|
-
"{tmp_dir}/unittest/
|
|
287
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.bar",
|
|
288
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.foo",
|
|
289
289
|
],
|
|
290
290
|
),
|
|
291
291
|
(
|
|
292
|
-
"{res_dir}/unittest/
|
|
293
|
-
"{tmp_dir}/unittest/
|
|
292
|
+
"{res_dir}/unittest/s3utils",
|
|
293
|
+
"{tmp_dir}/unittest/s3utils",
|
|
294
294
|
"dummy-bucket",
|
|
295
|
-
"unittest/
|
|
295
|
+
"unittest/s3utils/",
|
|
296
296
|
["*.foo", "*.bar"],
|
|
297
297
|
[],
|
|
298
298
|
0,
|
|
299
299
|
[
|
|
300
|
-
"{tmp_dir}/unittest/
|
|
301
|
-
"{tmp_dir}/unittest/
|
|
302
|
-
"{tmp_dir}/unittest/
|
|
303
|
-
"{tmp_dir}/unittest/
|
|
300
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.foo.bar",
|
|
301
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.bar",
|
|
302
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.foo",
|
|
303
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar",
|
|
304
304
|
],
|
|
305
305
|
),
|
|
306
306
|
(
|
|
307
|
-
"{res_dir}/unittest/
|
|
308
|
-
"{tmp_dir}/unittest/
|
|
307
|
+
"{res_dir}/unittest/s3utils",
|
|
308
|
+
"{tmp_dir}/unittest/s3utils",
|
|
309
309
|
"dummy-bucket",
|
|
310
|
-
"unittest/
|
|
310
|
+
"unittest/s3utils/",
|
|
311
311
|
[],
|
|
312
312
|
["*.baz"],
|
|
313
313
|
0,
|
|
314
314
|
[
|
|
315
|
-
"{tmp_dir}/unittest/
|
|
316
|
-
"{tmp_dir}/unittest/
|
|
317
|
-
"{tmp_dir}/unittest/
|
|
318
|
-
"{tmp_dir}/unittest/
|
|
315
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.foo.bar",
|
|
316
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.bar",
|
|
317
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.foo",
|
|
318
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar",
|
|
319
319
|
],
|
|
320
320
|
),
|
|
321
321
|
(
|
|
322
|
-
"{res_dir}/unittest/
|
|
323
|
-
"{tmp_dir}/unittest/
|
|
322
|
+
"{res_dir}/unittest/s3utils",
|
|
323
|
+
"{tmp_dir}/unittest/s3utils",
|
|
324
324
|
"dummy-bucket",
|
|
325
|
-
"unittest/
|
|
325
|
+
"unittest/s3utils",
|
|
326
326
|
[],
|
|
327
327
|
[],
|
|
328
328
|
2,
|
|
329
329
|
[
|
|
330
|
-
"{tmp_dir}/unittest/
|
|
331
|
-
"{tmp_dir}/unittest/
|
|
332
|
-
"{tmp_dir}/unittest/
|
|
333
|
-
"{tmp_dir}/unittest/
|
|
334
|
-
"{tmp_dir}/unittest/
|
|
335
|
-
"{tmp_dir}/unittest/
|
|
330
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.foo.bar",
|
|
331
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.foo.baz",
|
|
332
|
+
"{tmp_dir}/unittest/s3utils/dir.baz/file.bar.baz",
|
|
333
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.bar",
|
|
334
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.baz",
|
|
335
|
+
"{tmp_dir}/unittest/s3utils/dir.foo/file.foo",
|
|
336
336
|
],
|
|
337
337
|
),
|
|
338
338
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/resources/unittest/config/config.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker/common/utils/dockerutils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker_python_common.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/src/iker_python_common.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/config_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/csv_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/dbutils_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/dtutils_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/logger_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/retry_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/shutils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.34 → iker_python_common-1.0.35}/test/iker_tests/common/utils/span_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|