mirror of
https://github.com/OMGeeky/homecontrol.esp-sensors.git
synced 2026-02-23 15:49:52 +01:00
test: add specific test case for MQTT client publish functionality
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user