You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
results[out.name]['location'] ='[The expected result data is not in the testdata directory. Please write it to processing/tests/testdata/expected. Prefer gml files.]'
183
+
elifisinstance(out, OutputHTML):
184
+
filename=token[1:-1]
185
+
schema, filepath=extractSchemaPath(filename)
186
+
results[out.name] = {
187
+
'type': 'file',
188
+
'name': filepath
189
+
}
190
+
ifnotschema:
191
+
results[out.name]['location'] ='[The expected result file is not in the testdata directory. Please redirect the output to processing/tests/testdata/expected.]'
0 commit comments