This module implements integration tests for InfluxDB. As such, they record in
code the assumptions made with regards to the HTTP API. Given that these tests
pass, the unit tests are sufficient to guarantee correct behaviour.
These tests can be run with dub run -c integration and require a running
instance of InfluxDB on localhost:8086. On systems with systemd, install
InfluxDB (as appropriate for the Linux distribution) and start it with
systemctl start influxdb.
If these tests fail, nothing else in this repository will work.
This module implements integration tests for InfluxDB. As such, they record in code the assumptions made with regards to the HTTP API. Given that these tests pass, the unit tests are sufficient to guarantee correct behaviour.
These tests can be run with dub run -c integration and require a running instance of InfluxDB on localhost:8086. On systems with systemd, install InfluxDB (as appropriate for the Linux distribution) and start it with systemctl start influxdb.
If these tests fail, nothing else in this repository will work.