sharedstreets / mobility-metrics

Tools for collecting, processing, and interpreting mobility data using SharedStreets
MIT License
50 stars 17 forks source link

validate config.template.json in tests #49

Closed morganherlocker closed 5 years ago

morganherlocker commented 5 years ago

I recently pushed a change that added a trailing comma to the config template. The issue was patched, but I would like to add config.template.json validation to the tests to make sure this does not happen when modifying the template in the future.

morganherlocker commented 5 years ago

🚢 'd

config.template.json is now checked for correctness when running tests and is auto-formatted if it is messy.

https://github.com/sharedstreets/sharedstreets-mobility-metrics/commit/a7904c542be742209f5069aa1ac2215feae40209

cc @emilyeros