Skip to content

Commit

Permalink
More markdown fixes for processing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 29, 2016
1 parent 5e5ae94 commit 427a5fb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions python/plugins/processing/tests/README.md
Expand Up @@ -7,15 +7,15 @@ This file is structured with [yaml syntax](http://www.yaml.org/start.html).

A basic test appears under the toplevel key `tests` and looks like this:

- name: centroid
algorithm: qgis:polygoncentroids
params:
- type: vector
name: polys.gml
results:
OUTPUT_LAYER:
type: vector
name: expected/polys_centroid.gml
- name: centroid
algorithm: qgis:polygoncentroids
params:
- type: vector
name: polys.gml
results:
OUTPUT_LAYER:
type: vector
name: expected/polys_centroid.gml

How To
------
Expand Down

0 comments on commit 427a5fb

Please sign in to comment.