Skip to content

Commit 80083a1

Browse files
committed
update tests
1 parent 40ae76a commit 80083a1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/test_lint_recursion.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def test_linter_recursive_max_depth_1():
2727
"schema": ["https://cdn.staclint.com/v0.7.0/catalog.json"],
2828
"asset_type": "CATALOG",
2929
"validation_method": "recursive",
30+
"validator_engine": "jsonschema",
3031
"valid_stac": True,
3132
}
3233
]
@@ -42,6 +43,7 @@ def test_linter_recursive_max_depth_4():
4243
"schema": ["https://cdn.staclint.com/v0.7.0/catalog.json"],
4344
"asset_type": "CATALOG",
4445
"validation_method": "recursive",
46+
"validator_engine": "jsonschema",
4547
"valid_stac": True,
4648
},
4749
{
@@ -50,6 +52,7 @@ def test_linter_recursive_max_depth_4():
5052
"schema": ["https://cdn.staclint.com/v0.7.0/collection.json"],
5153
"asset_type": "COLLECTION",
5254
"validation_method": "recursive",
55+
"validator_engine": "jsonschema",
5356
"valid_stac": True,
5457
},
5558
{
@@ -58,6 +61,7 @@ def test_linter_recursive_max_depth_4():
5861
"schema": ["https://cdn.staclint.com/v0.7.0/catalog.json"],
5962
"asset_type": "CATALOG",
6063
"validation_method": "recursive",
64+
"validator_engine": "jsonschema",
6165
"valid_stac": True,
6266
},
6367
{
@@ -66,6 +70,7 @@ def test_linter_recursive_max_depth_4():
6670
"schema": ["https://cdn.staclint.com/v0.7.0/item.json"],
6771
"asset_type": "ITEM",
6872
"validation_method": "recursive",
73+
"validator_engine": "jsonschema",
6974
"valid_stac": True,
7075
},
7176
{
@@ -74,6 +79,7 @@ def test_linter_recursive_max_depth_4():
7479
"schema": ["https://cdn.staclint.com/v0.7.0/item.json"],
7580
"asset_type": "ITEM",
7681
"validation_method": "recursive",
82+
"validator_engine": "jsonschema",
7783
"valid_stac": True,
7884
},
7985
{
@@ -82,6 +88,7 @@ def test_linter_recursive_max_depth_4():
8288
"schema": ["https://cdn.staclint.com/v0.7.0/item.json"],
8389
"asset_type": "ITEM",
8490
"validation_method": "recursive",
91+
"validator_engine": "jsonschema",
8592
"valid_stac": True,
8693
},
8794
{
@@ -90,6 +97,7 @@ def test_linter_recursive_max_depth_4():
9097
"schema": ["https://cdn.staclint.com/v0.7.0/item.json"],
9198
"asset_type": "ITEM",
9299
"validation_method": "recursive",
100+
"validator_engine": "jsonschema",
93101
"valid_stac": True,
94102
},
95103
{
@@ -98,6 +106,7 @@ def test_linter_recursive_max_depth_4():
98106
"schema": ["https://cdn.staclint.com/v0.7.0/item.json"],
99107
"asset_type": "ITEM",
100108
"validation_method": "recursive",
109+
"validator_engine": "jsonschema",
101110
"valid_stac": True,
102111
},
103112
{
@@ -106,6 +115,7 @@ def test_linter_recursive_max_depth_4():
106115
"schema": ["https://cdn.staclint.com/v0.7.0/catalog.json"],
107116
"asset_type": "CATALOG",
108117
"validation_method": "recursive",
118+
"validator_engine": "jsonschema",
109119
"valid_stac": True,
110120
},
111121
{
@@ -114,6 +124,7 @@ def test_linter_recursive_max_depth_4():
114124
"schema": ["https://cdn.staclint.com/v0.7.0/item.json"],
115125
"asset_type": "ITEM",
116126
"validation_method": "recursive",
127+
"validator_engine": "jsonschema",
117128
"valid_stac": True,
118129
},
119130
]
@@ -132,6 +143,7 @@ def test_linter_recursive_100():
132143
],
133144
"valid_stac": True,
134145
"validation_method": "recursive",
146+
"validator_engine": "jsonschema",
135147
"version": "1.0.0",
136148
},
137149
{
@@ -145,6 +157,7 @@ def test_linter_recursive_100():
145157
],
146158
"valid_stac": True,
147159
"validation_method": "recursive",
160+
"validator_engine": "jsonschema",
148161
"version": "1.0.0",
149162
},
150163
{
@@ -158,6 +171,7 @@ def test_linter_recursive_100():
158171
],
159172
"valid_stac": True,
160173
"validation_method": "recursive",
174+
"validator_engine": "jsonschema",
161175
"version": "1.0.0",
162176
},
163177
{
@@ -170,6 +184,7 @@ def test_linter_recursive_100():
170184
],
171185
"valid_stac": True,
172186
"validation_method": "recursive",
187+
"validator_engine": "jsonschema",
173188
"version": "1.0.0",
174189
},
175190
]

0 commit comments

Comments
 (0)