pelias / polylines

Pelias import pipeline for polyline (road network) data.
MIT License
17 stars 24 forks source link

feat(test): Use dedicated test script to catch errors #196

Closed orangejulius closed 5 years ago

orangejulius commented 5 years ago

The way we were running our unit tests does not catch fatal errors in the unit test run, even though they return non-zero status codes.

By using a dedicated script to run the tests, with the pipefail option, we can catch them.

Connects https://github.com/pelias/pelias/issues/744