On Mon Sep 29 11:01:06 2025 +0000, Rémi Bernon wrote:
I think the test helper is getting overused. All these tests will end up with the same line as you use `ok_(__FILE__, line)` everywhere, and it'll be tricky to identify any failing test. Is it useful to run all these property tests on every object enumerated? You might want to use test context instead, and/or you might want to reduce the tests to explicit list of object / property combination.
Yes, we can at least omit for the DeviceWatcher added handler. I have split this into `test_DeviceInformation_properties`, thanks.