eclipse-paho / paho.mqtt.cpp

Other
1.03k stars 439 forks source link

Update the Unit Test framework. #169

Closed fpagliughi closed 3 years ago

fpagliughi commented 5 years ago

It's probably time to move the Unit Tests to a more modern framework. I'm leaning heavily toward Catch2. Any thoughts?

dawagner commented 5 years ago

Catch2 is a great framework indeed.

fpagliughi commented 5 years ago

New code for MQTT v5 ('mqttv5' branch) is using Catch2. So far it is working well. Now comes the task of rewriting legacy tests to use Catch2, and integrating that with Travis.

fpagliughi commented 5 years ago

This is partially complete. Hopefully we can get it finished by v1.2

fpagliughi commented 3 years ago

Done