Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add note about scripts tests to the README
  • Loading branch information
alexbruy committed Mar 16, 2017
1 parent c603df1 commit 911fc92
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/plugins/processing/tests/README.md
Expand Up @@ -54,6 +54,11 @@ The above translates to
name: expected/polys_densify.gml
```

It is also possible to create tests for Processing scripts. Scripts
should be placed in the `scrips` subdirectory in the test data directory
`python/plugins/processing/tests/testdata/`. Script file name
should match script algorithm name.

Params and results
------------------

Expand Down Expand Up @@ -163,7 +168,7 @@ OUTPUT:
type: rasterhash
hash: f1fedeb6782f9389cf43590d4c85ada9155ab61fef6dc285aaeb54d6
```

#### Files

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

0 comments on commit 911fc92

Please sign in to comment.