Releases: mqtt-tools/pytest-mqtt
Releases · mqtt-tools/pytest-mqtt
0.4.2
0.4.1
What's Changed
- Fix command line options machinery by refactoring essential
pytest fixtures to the main package. They have been added totesting
beforehand, which is just plain wrong, and broke the 0.4.0 release.
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Accept command line options
--mqtt-host
and--mqtt-port
,
in order to connect to an MQTT broker on a different endpoint
thanlocalhost:1883
. Thanks, @zedfmario. - Add support for paho-mqtt 2.x, retaining compatibility for 1.x
New Contributors
- @zedfmario made their first contribution in #8
Full Changelog: 0.3.0...0.4.0
0.3.1
What's Changed
- Fix improving error handling when Docker daemon is not running.
Full Changelog: 0.3.0...0.3.1