Skip to content

Commit 911fc92

Browse files
committedMar 16, 2017
add note about scripts tests to the README
1 parent c603df1 commit 911fc92

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎python/plugins/processing/tests/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ The above translates to
5454
name: expected/polys_densify.gml
5555
```
5656

57+
It is also possible to create tests for Processing scripts. Scripts
58+
should be placed in the `scrips` subdirectory in the test data directory
59+
`python/plugins/processing/tests/testdata/`. Script file name
60+
should match script algorithm name.
61+
5762
Params and results
5863
------------------
5964

@@ -163,7 +168,7 @@ OUTPUT:
163168
type: rasterhash
164169
hash: f1fedeb6782f9389cf43590d4c85ada9155ab61fef6dc285aaeb54d6
165170
```
166-
171+
167172
#### Files
168173

169174
You can compare the content of an output file by an expected result reference file

0 commit comments

Comments
 (0)
Please sign in to comment.