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 5e5ae94 commit 427a5fbCopy full SHA for 427a5fb
python/plugins/processing/tests/README.md
@@ -7,15 +7,15 @@ This file is structured with [yaml syntax](http://www.yaml.org/start.html).
7
8
A basic test appears under the toplevel key `tests` and looks like this:
9
10
- - name: centroid
11
- algorithm: qgis:polygoncentroids
12
- params:
13
- - type: vector
14
- name: polys.gml
15
- results:
16
- OUTPUT_LAYER:
17
- type: vector
18
- name: expected/polys_centroid.gml
+ - name: centroid
+ algorithm: qgis:polygoncentroids
+ params:
+ - type: vector
+ name: polys.gml
+ results:
+ OUTPUT_LAYER:
+ type: vector
+ name: expected/polys_centroid.gml
19
20
How To
21
------
0 commit comments