test: add specific test case for MQTT client publish functionality

This commit is contained in:
OMGeeky
2025-06-07 11:36:28 +02:00
parent 940e034c8a
commit 18b0ce1355

View File

@@ -28,6 +28,10 @@ jobs:
run: |
black --check .
- name: Run test that crashes locally
run: |
python -m pytest tests/test_mqtt_client.py::TestMQTTClient::test_publish -v
- name: Run tests with pytest
run: |
python -m pytest