kartoza / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
http://geonode.org/
GNU General Public License v3.0
8 stars 17 forks source link

Include QGIS Integration tests in Travis #170

Closed lucernae closed 7 years ago

lucernae commented 7 years ago

We have enabled Travis test for core geonode. However it is still using Geoserver backend. We need to include QGIS Server in Travis so we can test it (integration tests and url)

TODO List:

Gustry commented 7 years ago

Do you know how you will set up this? It might be interrsting.

I would say with 2 matrices. One for geoserver and one qgis (as a geonode can't have 2 backends). So it means you need to flag all tests in geonode with geoserver or qgis and disable them in each matrix?

lucernae commented 7 years ago

Yes, basically I need to give some kind of flag to tell which test relevant with which backend. See #172 for some sample.

lucernae commented 7 years ago

Will close this, setting up OGC for QGIS Server is handled by other issues. #237