eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

Module packaging and in-process use for broker #72

Open kevinpowell opened 3 years ago

kevinpowell commented 3 years ago

I'd like to use the interoperability broker in the test suite for my MQTT client. Ideally, I'd like to import the broker as a module and then run the broker in my test process (as part of a test fixture). Any ideas as to how that usage could be achieved?