We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75151cb commit 679bac0Copy full SHA for 679bac0
CHANGES.rst
@@ -7,6 +7,13 @@ in progress
7
===========
8
9
10
+2023-03-15 0.2.0
11
+================
12
+
13
+- Mosquitto fixture: Add missing ``port`` attribute and fix return tuple
14
+ of ``BaseImage.run``. Thanks, @edenhaus!
15
16
17
2022-09-20 0.1.0
18
================
19
pyproject.toml
@@ -6,7 +6,7 @@
6
[project]
name = "pytest-mqtt"
-version = "0.1.0"
+version = "0.2.0"
description = "pytest-mqtt supports testing systems based on MQTT"
readme = "README.rst"
requires-python = ">=3.6"
0 commit comments