QGIS/python/plugins/processing/tests/testdata/script_algorithm_tests.yaml
Nyall Dawson 2da85f8771 Temporarily deactivate all processing providers/algorithms
While the processing API is in such a state of flux it's
become unmaintainable to port these algorithms change-by-change.
Instead, disable them all until the API is fixed, and then we
can port them algorithm by algorithm and reactivate each
test in turn.
2017-06-06 07:41:19 +10:00

18 lines
376 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