hiveeyes / terkin-datalogger

Datalogger for MicroPython and CPython.
https://terkin.org
GNU Affero General Public License v3.0
60 stars 28 forks source link

Testing: Use `pytest-mqtt` #118

Open amotl opened 1 year ago

amotl commented 1 year ago

Hi there,

test/fixtures/mosquitto.py and test/fixtures/mqtt.py have recently been refactored into pytest-mqtt, in order to use it within the test harness of mqttwarn, per https://github.com/jpmens/mqttwarn/pull/589. Within one of the next iterations, we may switch over using that package.

With kind regards, Andreas.