You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`python/plugins/processing/tests/testdata/expected`. For input layers prefer to use what's already there in the folder `testdata`. If you need extra data, put it into `testdata/custom`.
31
31
32
-
When you have run the algorithm, go to "Processing" > "History" and find the
33
-
algorithm which you have just run. Right click the algorithm and click "Create test".
32
+
2. When you have run the algorithm, go to *Processing* > *History* and find the
33
+
algorithm which you have just run. **Right click the algorithm and click "Create Test"**.
34
34
A new window will open with a text definition.
35
35
36
-
Open the file `python/plugins/processing/tests/testdata/algorithm_tests.yaml`,
37
-
copy the text definition there.
36
+
3. Open the file `python/plugins/processing/tests/testdata/algorithm_tests.yaml`,
37
+
**copy the text definition** there.
38
38
39
39
The first string from the command goes to the key `algorithm`, the subsequent
0 commit comments