Skip to content

Commit

Permalink
Add link to processing test document
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Oct 24, 2016
1 parent af236c4 commit 31cd7a8
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions tests/README.md
@@ -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`.

Expand Down Expand Up @@ -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 ..`
Expand Down Expand Up @@ -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.

Copy link
@DelazJ

DelazJ Oct 24, 2016

Contributor

@strk some typos left

This comment has been minimized.

Copy link
@strk

strk via email Oct 25, 2016

Author Contributor

This comment has been minimized.

Copy link
@DelazJ

This comment has been minimized.

Copy link
@strk

strk via email Oct 26, 2016

Author Contributor
can be found in a local README file:

${TOP_SRCDIR}/python/plugins/processing/tests/README.md

TODO: write more here

0 comments on commit 31cd7a8

Please sign in to comment.