geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
499 stars 262 forks source link

no run_tests.py script #339

Closed landryb closed 4 years ago

landryb commented 4 years ago

setup.py references pygeoapi/tests/run_tests.py which doesnt exist, and the tests/ subdir isnt under pygeoapi/ but at the toplevel dir.

tomkralidis commented 4 years ago

@landryb thanks for the info. Fixed in #345.