Skip to content

Exchange, a GeoNode project including MapLoom and Geogig

Notifications You must be signed in to change notification settings

sarasafavi/exchange

 
 

Repository files navigation

geonode-exchange

https://travis-ci.org/boundlessgeo/exchange.svg?branch=master

geonode-exchange is a django project built on GeoNode.

Run Tests

Steps to run tests locally:

pip install pytest-cov
export DJANGO_SETTINGS_MODULE='exchange.settings'
export PYTEST=1
python manage.py migrate
python manage.py collectstatic --noinput
py.test --ignore=tests/ \
        --cov-report html:cov_html \
        --cov=exchange exchange/tests/

About

Exchange, a GeoNode project including MapLoom and Geogig

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 37.5%
  • HTML 36.4%
  • JavaScript 11.3%
  • Shell 10.2%
  • CSS 4.3%
  • ApacheConf 0.3%