QGIS/python/plugins/processing/tests/testdata/script_algorithm_tests.yaml
2017-03-16 17:48:39 +02:00

28 lines
607 B
YAML

# See ../README.md for a description of the file format
tests:
- algorithm: script:centroids
name: Centroids script test
params:
INPUT_LAYER:
name: polys.gml
type: vector
results:
OUTPUT_LAYER:
name: expected/centroid_polys.gml
type: vector
compare:
geometry:
precision: 7
- algorithm: script:selectbyattribute
name: Select by attribute
params:
INPUT_LAYER:
name: points.gml
type: vector
results:
OUTPUT_LAYER:
name: expected/selected_points.gml
type: vector