We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c603df1 commit 911fc92Copy full SHA for 911fc92
python/plugins/processing/tests/README.md
@@ -54,6 +54,11 @@ The above translates to
54
name: expected/polys_densify.gml
55
```
56
57
+It is also possible to create tests for Processing scripts. Scripts
58
+should be placed in the `scrips` subdirectory in the test data directory
59
+`python/plugins/processing/tests/testdata/`. Script file name
60
+should match script algorithm name.
61
+
62
Params and results
63
------------------
64
@@ -163,7 +168,7 @@ OUTPUT:
163
168
type: rasterhash
164
169
hash: f1fedeb6782f9389cf43590d4c85ada9155ab61fef6dc285aaeb54d6
165
170
166
-
171
167
172
#### Files
173
174
You can compare the content of an output file by an expected result reference file
0 commit comments