Skip to content

Commit

Permalink
Merge pull request #30109 from DelazJ/processingTestReadme
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
m-kuhn committed Jun 6, 2019
2 parents 6b8aa01 + b8e94e9 commit 26e8e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/plugins/processing/tests/README.md
Expand Up @@ -55,7 +55,7 @@ The above translates to
```

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

Expand Down Expand Up @@ -181,7 +181,7 @@ OUTPUT_HTML_FILE:
type: file
```

Or you can use one or more regular expressions that will be [matched](https://docs.python.org/2/library/re.html#re.search) against the file
Or you can use one or more regular expressions that will be [matched](https://docs.python.org/3/library/re.html#re.search) against the file
content

```yaml
Expand All @@ -196,7 +196,7 @@ OUTPUT:

#### Directories

You can compare the content of an output directory by en expected result reference directory
You can compare the content of an output directory with an expected result reference directory

```yaml
OUTPUT_DIR:
Expand Down

0 comments on commit 26e8e22

Please sign in to comment.