Skip to content

Commit 31cd7a8

Browse files
committedOct 24, 2016
Add link to processing test document
1 parent af236c4 commit 31cd7a8

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed
 

‎tests/README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
QGIS unit tests
22
===============
33

4-
Build tests
5-
-----------
4+
# Build tests
65

76
Make sure that you have enabled building of tests in CMake.
87
`cmake -DENABLE_TESTS=ON ..`
98

10-
Run tests
11-
---------
9+
# Run tests
1210

1311
You can run all tests using `make check`.
1412

@@ -41,10 +39,9 @@ with something like this:
4139
```
4240

4341

44-
Advanced configuration
45-
----------------------
42+
# Advanced configuration
4643

47-
### Postgres
44+
## Postgres
4845

4946
Make sure that you have enabled building of postgres test in CMake.
5047
`cmake -DENABLE_PGTEST=ON ..`
@@ -74,3 +71,12 @@ For convenience, a shell script is provided to create the database
7471
and initialize it as needed:
7572

7673
tests/testdata/provider/testdata_pg.sh
74+
75+
# Write tests
76+
77+
Instructions about wriing tests for the proessig framework
Code has comments. Press enter to view.
78+
can be found in a local README file:
79+
80+
${TOP_SRCDIR}/python/plugins/processing/tests/README.md
81+
82+
TODO: write more here

0 commit comments

Comments
 (0)
Please sign in to comment.