mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
[processing] friendly names for some QGIS tests
This commit is contained in:
parent
d239a97c41
commit
a8feec8d3c
@ -38,7 +38,6 @@ tests:
|
|||||||
name: expected/clip_lines_by_polygon.gml
|
name: expected/clip_lines_by_polygon.gml
|
||||||
type: vector
|
type: vector
|
||||||
|
|
||||||
|
|
||||||
- algorithm: qgis:clip
|
- algorithm: qgis:clip
|
||||||
name: Clip lines by multipolygon
|
name: Clip lines by multipolygon
|
||||||
params:
|
params:
|
||||||
@ -109,7 +108,6 @@ tests:
|
|||||||
name: expected/clip_points_by_multipolygons.gml
|
name: expected/clip_points_by_multipolygons.gml
|
||||||
type: vector
|
type: vector
|
||||||
|
|
||||||
|
|
||||||
# These datasets should produce a geometry collection and not a polygon only
|
# These datasets should produce a geometry collection and not a polygon only
|
||||||
# dataset. If the algorithm is fixed, a new test should be introduced to
|
# dataset. If the algorithm is fixed, a new test should be introduced to
|
||||||
# check this behavior.
|
# check this behavior.
|
||||||
@ -152,7 +150,7 @@ tests:
|
|||||||
type: vector
|
type: vector
|
||||||
|
|
||||||
- algorithm: qgis:basicstatisticsfornumericfields
|
- algorithm: qgis:basicstatisticsfornumericfields
|
||||||
name: Test (qgis:basicstatisticsfornumericfields)
|
name: Basic statistics for numeric fields
|
||||||
params:
|
params:
|
||||||
- name: multipolys.gml
|
- name: multipolys.gml
|
||||||
type: vector
|
type: vector
|
||||||
@ -182,7 +180,7 @@ tests:
|
|||||||
- 'Interquartile Range \(IQR\): 0.123'
|
- 'Interquartile Range \(IQR\): 0.123'
|
||||||
|
|
||||||
- algorithm: qgis:basicstatisticsfortextfields
|
- algorithm: qgis:basicstatisticsfortextfields
|
||||||
name: Test (qgis:basicstatisticsfortextfields)
|
name: Basic statistics for text fields
|
||||||
params:
|
params:
|
||||||
- name: multipolys.gml
|
- name: multipolys.gml
|
||||||
type: vector
|
type: vector
|
||||||
@ -865,7 +863,6 @@ tests:
|
|||||||
name: expected/lines_translated.gml
|
name: expected/lines_translated.gml
|
||||||
type: vector
|
type: vector
|
||||||
|
|
||||||
|
|
||||||
- algorithm: qgis:singlesidedbuffer
|
- algorithm: qgis:singlesidedbuffer
|
||||||
name: Single sided buffer lines (left, round)
|
name: Single sided buffer lines (left, round)
|
||||||
params:
|
params:
|
||||||
@ -932,7 +929,7 @@ tests:
|
|||||||
type: vector
|
type: vector
|
||||||
|
|
||||||
- algorithm: qgis:extractnodes
|
- algorithm: qgis:extractnodes
|
||||||
name: Test (qgis:extractnodes)
|
name: Extract nodes from polygons
|
||||||
params:
|
params:
|
||||||
INPUT:
|
INPUT:
|
||||||
name: polys.gml
|
name: polys.gml
|
||||||
@ -943,7 +940,7 @@ tests:
|
|||||||
type: vector
|
type: vector
|
||||||
|
|
||||||
- algorithm: qgis:extractnodes
|
- algorithm: qgis:extractnodes
|
||||||
name: Test (qgis:extractnodes)
|
name: Extract nodes from multilines
|
||||||
params:
|
params:
|
||||||
INPUT:
|
INPUT:
|
||||||
name: multilines.gml
|
name: multilines.gml
|
||||||
@ -954,7 +951,7 @@ tests:
|
|||||||
type: vector
|
type: vector
|
||||||
|
|
||||||
- algorithm: qgis:extractnodes
|
- algorithm: qgis:extractnodes
|
||||||
name: Test (qgis:extractnodes)
|
name: Extract nodes from lines
|
||||||
params:
|
params:
|
||||||
INPUT:
|
INPUT:
|
||||||
name: lines.gml
|
name: lines.gml
|
||||||
@ -1138,7 +1135,7 @@ tests:
|
|||||||
type: rasterhash
|
type: rasterhash
|
||||||
|
|
||||||
- algorithm: qgis:lineintersections
|
- algorithm: qgis:lineintersections
|
||||||
name: Line Intersection
|
name: Line intersection
|
||||||
params:
|
params:
|
||||||
INPUT_A:
|
INPUT_A:
|
||||||
name: lines.gml
|
name: lines.gml
|
||||||
@ -1296,7 +1293,6 @@ tests:
|
|||||||
compare:
|
compare:
|
||||||
geometry:
|
geometry:
|
||||||
precision: 7
|
precision: 7
|
||||||
|
|
||||||
- algorithm: qgis:extendlines
|
- algorithm: qgis:extendlines
|
||||||
name: Extend multilines
|
name: Extend multilines
|
||||||
params:
|
params:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user