earthobservations / luftdatenpumpe

Acquire and process live and historical air quality data without efforts. Filter by station-id, sensor-id and sensor-type, apply reverse geocoding, store into time-series and RDBMS databases, publish to MQTT, output as JSON, or visualize in Grafana. Data sources: Sensor.Community (luftdaten.info), IRCELINE, and OpenAQ.
https://luftdatenpumpe.readthedocs.io/
GNU Affero General Public License v3.0
35 stars 3 forks source link

Add a real test suite #51

Open amotl opened 1 year ago

amotl commented 1 year ago

Hi there,

currently, this program completely lacks a test harness. In the light of a few issues recently reported here, it would be good to have one. Bringing this in could probably be done together with GH-44.

With kind regards, Andreas.

/cc @MauritsDescamps, @ohobby

References