File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 11QGIS unit tests
22===============
33
4- Build tests
5- -----------
4+ # Build tests
65
76Make sure that you have enabled building of tests in CMake.
87` cmake -DENABLE_TESTS=ON .. `
98
10- Run tests
11- ---------
9+ # Run tests
1210
1311You 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
4946Make 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
7471and 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
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
You can’t perform that action at this time.
0 commit comments