Skip to content

Releases: mqtt-tools/pytest-mqtt

0.4.2

29 Jul 11:56
Compare
Choose a tag to compare

What's Changed

  • Add a little delay to the Mosquitto fixture by @amotl in #22

Full Changelog: 0.4.1...0.4.2

0.4.1

08 May 21:02
Compare
Choose a tag to compare

What's Changed

  • Fix command line options machinery by refactoring essential
    pytest fixtures to the main package. They have been added to testing
    beforehand, which is just plain wrong, and broke the 0.4.0 release.

Full Changelog: 0.4.0...0.4.1

0.4.0

08 May 21:02
Compare
Choose a tag to compare

What's Changed

  • Accept command line options --mqtt-host and --mqtt-port,
    in order to connect to an MQTT broker on a different endpoint
    than localhost:1883. Thanks, @zedfmario.
  • Add support for paho-mqtt 2.x, retaining compatibility for 1.x

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.1

03 Aug 17:42
Compare
Choose a tag to compare

What's Changed

  • Fix improving error handling when Docker daemon is not running.

Full Changelog: 0.3.0...0.3.1

0.3.0

27 Jul 23:10
Compare
Choose a tag to compare

What's Changed

  • Improve error handling when Docker daemon is not running. Thanks, @horta.

Full Changelog: 0.2.0...0.3.0

0.2.0

15 Mar 18:18
Compare
Choose a tag to compare

What's Changed

  • Mosquitto fixture: Add missing port attribute and fix return tuple of BaseImage.run. Thanks, @edenhaus!

Full Changelog: 0.1.0...0.2.0

0.1.0

15 Mar 18:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/mqtt-tools/pytest-mqtt/commits/0.1.0