-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add link to processing test document
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
QGIS unit tests | ||
=============== | ||
|
||
Build tests | ||
----------- | ||
# Build tests | ||
|
||
Make sure that you have enabled building of tests in CMake. | ||
`cmake -DENABLE_TESTS=ON ..` | ||
|
||
Run tests | ||
--------- | ||
# Run tests | ||
|
||
You can run all tests using `make check`. | ||
|
||
|
@@ -41,10 +39,9 @@ with something like this: | |
``` | ||
|
||
|
||
Advanced configuration | ||
---------------------- | ||
# Advanced configuration | ||
|
||
### Postgres | ||
## Postgres | ||
|
||
Make sure that you have enabled building of postgres test in CMake. | ||
`cmake -DENABLE_PGTEST=ON ..` | ||
|
@@ -74,3 +71,12 @@ For convenience, a shell script is provided to create the database | |
and initialize it as needed: | ||
|
||
tests/testdata/provider/testdata_pg.sh | ||
|
||
# Write tests | ||
|
||
Instructions about wriing tests for the proessig framework | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
strk
via email
Author
Contributor
|
||
can be found in a local README file: | ||
|
||
${TOP_SRCDIR}/python/plugins/processing/tests/README.md | ||
|
||
TODO: write more here |
@strk some typos left