Skip to content

Commit a8feec8

Browse files
committedNov 12, 2016
[processing] friendly names for some QGIS tests
1 parent d239a97 commit a8feec8

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed
 

‎python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ tests:
3838
name: expected/clip_lines_by_polygon.gml
3939
type: vector
4040

41-
4241
- algorithm: qgis:clip
4342
name: Clip lines by multipolygon
4443
params:
@@ -109,7 +108,6 @@ tests:
109108
name: expected/clip_points_by_multipolygons.gml
110109
type: vector
111110

112-
113111
# These datasets should produce a geometry collection and not a polygon only
114112
# dataset. If the algorithm is fixed, a new test should be introduced to
115113
# check this behavior.
@@ -152,7 +150,7 @@ tests:
152150
type: vector
153151

154152
- algorithm: qgis:basicstatisticsfornumericfields
155-
name: Test (qgis:basicstatisticsfornumericfields)
153+
name: Basic statistics for numeric fields
156154
params:
157155
- name: multipolys.gml
158156
type: vector
@@ -182,7 +180,7 @@ tests:
182180
- 'Interquartile Range \(IQR\): 0.123'
183181

184182
- algorithm: qgis:basicstatisticsfortextfields
185-
name: Test (qgis:basicstatisticsfortextfields)
183+
name: Basic statistics for text fields
186184
params:
187185
- name: multipolys.gml
188186
type: vector
@@ -865,7 +863,6 @@ tests:
865863
name: expected/lines_translated.gml
866864
type: vector
867865

868-
869866
- algorithm: qgis:singlesidedbuffer
870867
name: Single sided buffer lines (left, round)
871868
params:
@@ -932,7 +929,7 @@ tests:
932929
type: vector
933930

934931
- algorithm: qgis:extractnodes
935-
name: Test (qgis:extractnodes)
932+
name: Extract nodes from polygons
936933
params:
937934
INPUT:
938935
name: polys.gml
@@ -943,7 +940,7 @@ tests:
943940
type: vector
944941

945942
- algorithm: qgis:extractnodes
946-
name: Test (qgis:extractnodes)
943+
name: Extract nodes from multilines
947944
params:
948945
INPUT:
949946
name: multilines.gml
@@ -954,7 +951,7 @@ tests:
954951
type: vector
955952

956953
- algorithm: qgis:extractnodes
957-
name: Test (qgis:extractnodes)
954+
name: Extract nodes from lines
958955
params:
959956
INPUT:
960957
name: lines.gml
@@ -1138,7 +1135,7 @@ tests:
11381135
type: rasterhash
11391136

11401137
- algorithm: qgis:lineintersections
1141-
name: Line Intersection
1138+
name: Line intersection
11421139
params:
11431140
INPUT_A:
11441141
name: lines.gml
@@ -1296,7 +1293,6 @@ tests:
12961293
compare:
12971294
geometry:
12981295
precision: 7
1299-
13001296
- algorithm: qgis:extendlines
13011297
name: Extend multilines
13021298
params:

0 commit comments

Comments
 (0)
Please sign in to comment.