mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
missed file
This commit is contained in:
parent
911fc924dd
commit
efa9935c5d
16
python/plugins/processing/tests/testdata/script_algorithm_tests.yaml
vendored
Normal file
16
python/plugins/processing/tests/testdata/script_algorithm_tests.yaml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user