test_mqtt_client.py
Go to the documentation of this file.
1 from mqtt_bridge.mqtt_client import create_private_path_extractor
2 
3 
5  extract = create_private_path_extractor("mqtt/server1")
6  assert extract("~/some/path") == "mqtt/server1/some/path"
def test_create_private_path_extractor()


mqtt_bridge
Author(s): Junya Hayashi
autogenerated on Mon Feb 15 2021 03:57:51