shamblett / mqtt5_client

A server and browser based MQTT 5 client for dart
Other
51 stars 29 forks source link

Unit testing broker based test updates #2

Open shamblett opened 4 years ago

shamblett commented 4 years ago

The unit test suite needs to be updated to remove the use of mock brokers, either we fully mock this using Mockito or maybe we use a containerised solution on Travis.

shamblett commented 1 year ago

This package should be updated as per mqtt_client issue 449, mockiio support should be added to remove all but the secure and ws mock brokers.