We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467f3f0 commit 5085204Copy full SHA for 5085204
python/plugins/processing/tests/README.md
@@ -23,7 +23,7 @@ How To
23
To add a new test you can follow these steps:
24
25
Run the algorithm you want to test in QGIS from the processing toolbox. If the
26
-result is a vector layer prefer geojson as output for its support of mixed
+result is a vector layer prefer GML as output for its support of mixed
27
geometry types and good readability. Redirect output to
28
`python/plugins/processing/tests/testdata/expected`
29
@@ -114,7 +114,7 @@ applied to each vertex.
114
115
OUTPUT:
116
type: vector
117
- name: expected/abcd.geojson
+ name: expected/abcd.gml
118
compare:
119
fields:
120
__all__:
0 commit comments