Skip to content

Commit 3ec6c41

Browse files
committed
Documentation: Update links and badges
1 parent a73a5af commit 3ec6c41

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ pytest-mqtt
66
77
.. start-badges
88
9-
|ci-tests| |ci-coverage| |license| |pypi-downloads|
10-
|python-versions| |status| |pypi-version|
9+
|status| |license| |pypi-downloads| |pypi-version|
10+
11+
|ci-tests| |ci-coverage| |python-versions|
1112

1213
.. |ci-tests| image:: https://github.com/mqtt-tools/pytest-mqtt/actions/workflows/tests.yml/badge.svg
1314
:target: https://github.com/mqtt-tools/pytest-mqtt/actions/workflows/tests.yml
1415
:alt: CI outcome
1516

1617
.. |ci-coverage| image:: https://codecov.io/gh/mqtt-tools/pytest-mqtt/branch/main/graph/badge.svg
1718
:target: https://codecov.io/gh/mqtt-tools/pytest-mqtt
18-
:alt: Test suite code coverage
19+
:alt: Code coverage
1920

2021
.. |pypi-downloads| image:: https://pepy.tech/badge/pytest-mqtt/month
2122
:target: https://pepy.tech/project/pytest-mqtt
@@ -163,6 +164,6 @@ The project is licensed under the terms of the MIT license, see `LICENSE`_.
163164
.. _Create an issue: https://github.com/mqtt-tools/pytest-mqtt/issues/new
164165
.. _LICENSE: https://github.com/mqtt-tools/pytest-mqtt/blob/main/LICENSE
165166
.. _Mosquitto: https://github.com/eclipse/mosquitto
166-
.. _mqttwarn: https://github.com/jpmens/mqttwarn/
167+
.. _mqttwarn: https://github.com/mqtt-tools/mqttwarn
167168
.. _Paho MQTT Python Client: https://github.com/eclipse/paho.mqtt.python
168169
.. _terkin-datalogger: https://github.com/hiveeyes/terkin-datalogger/

pytest_mqtt/mosquitto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def pull_image(self):
5252
Image needs to be pulled explicitly.
5353
Workaround against `404 Client Error: Not Found for url: http+docker://localhost/v1.23/containers/create`.
5454
55-
- https://github.com/jpmens/mqttwarn/pull/589#issuecomment-1249680740
55+
- https://github.com/mqtt-tools/mqttwarn/pull/589#issuecomment-1249680740
5656
- https://github.com/docker/docker-py/issues/2101
5757
"""
5858
docker_client = docker.from_env(version=self.docker_version)

0 commit comments

Comments
 (0)