root/geojson/trunk/tests/runcoverage.dist

Revision 935 (checked in by seang, 1 year ago)

Patch from Matt Russell that brings us up to date with geojson.org draft version 5 and adds lightweight geometry, feature, and feature collection classes (#128)

  • Property svn:eol-style set to native
Line 
1 #!/bin/sh
2 echo "running coverage tests ..."
3 python coverage.py -e
4 python coverage.py -x runalltests.py
5 python coverage.py -rm ../geojson/protocol.py ../geojson/feature.py
Note: See TracBrowser for help on using the browser.