CityOfPhiladelphia / soda-carto

Query Carto datasets with a Socrata-style SODA2 API
6 stars 2 forks source link

Add tests for handler.js #22

Open timwis opened 7 years ago

timwis commented 7 years ago

There's some logic and decision-making in handler.js that we'd have a few tests for, ideally. It's more challenging because we have to mock request using something like proxyquire though.

This definitely isn't MVP though.

timwis commented 7 years ago

Also there's no test around the CSV format, at least the ST_AsText bit, the logic for which is in index.js