mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
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.
18 lines
376 B
YAML
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
|