Skip to content

Commit

Permalink
[processing] friendly names for some QGIS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 12, 2016
1 parent d239a97 commit a8feec8
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ tests:
name: expected/clip_lines_by_polygon.gml
type: vector


- algorithm: qgis:clip
name: Clip lines by multipolygon
params:
Expand Down Expand Up @@ -109,7 +108,6 @@ tests:
name: expected/clip_points_by_multipolygons.gml
type: vector


# 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
# check this behavior.
Expand Down Expand Up @@ -152,7 +150,7 @@ tests:
type: vector

- algorithm: qgis:basicstatisticsfornumericfields
name: Test (qgis:basicstatisticsfornumericfields)
name: Basic statistics for numeric fields
params:
- name: multipolys.gml
type: vector
Expand Down Expand Up @@ -182,7 +180,7 @@ tests:
- 'Interquartile Range \(IQR\): 0.123'

- algorithm: qgis:basicstatisticsfortextfields
name: Test (qgis:basicstatisticsfortextfields)
name: Basic statistics for text fields
params:
- name: multipolys.gml
type: vector
Expand Down Expand Up @@ -865,7 +863,6 @@ tests:
name: expected/lines_translated.gml
type: vector


- algorithm: qgis:singlesidedbuffer
name: Single sided buffer lines (left, round)
params:
Expand Down Expand Up @@ -932,7 +929,7 @@ tests:
type: vector

- algorithm: qgis:extractnodes
name: Test (qgis:extractnodes)
name: Extract nodes from polygons
params:
INPUT:
name: polys.gml
Expand All @@ -943,7 +940,7 @@ tests:
type: vector

- algorithm: qgis:extractnodes
name: Test (qgis:extractnodes)
name: Extract nodes from multilines
params:
INPUT:
name: multilines.gml
Expand All @@ -954,7 +951,7 @@ tests:
type: vector

- algorithm: qgis:extractnodes
name: Test (qgis:extractnodes)
name: Extract nodes from lines
params:
INPUT:
name: lines.gml
Expand Down Expand Up @@ -1138,7 +1135,7 @@ tests:
type: rasterhash

- algorithm: qgis:lineintersections
name: Line Intersection
name: Line intersection
params:
INPUT_A:
name: lines.gml
Expand Down Expand Up @@ -1296,7 +1293,6 @@ tests:
compare:
geometry:
precision: 7

- algorithm: qgis:extendlines
name: Extend multilines
params:
Expand Down

0 comments on commit a8feec8

Please sign in to comment.