eclipse / paho.mqtt.python

paho.mqtt.python
Other
2.13k stars 723 forks source link

Convert `test/Makefile` tests to regular py.test tests #768

Closed akx closed 6 months ago

akx commented 6 months ago

Those tests should be converted to be regular py.test tests IMO, they now seem to rely on some very homespun code (e.g. some Python code in .test files that maybe somehow relates to the .py files...).

They're also not covered by any code coverage so long as that's happening.

_Originally posted by @akx in https://github.com/eclipse/paho.mqtt.python/pull/718#discussion_r1432723019_

akx commented 6 months ago

I'm working on this, holidays willing :)