Hello. I did this. I started to port search-channel.c to use Wocky directly for general sanity while I was there, but then I lost the will to live. I might continue later.
> + assertEquals(results.keys(), infos.keys()) I think this assumes they'll fall out of the dict in the same order, which isn't a Python API guarantee. I'd prefer to compare set(results.keys()) with set(infos.keys()) to be sure it'll keep working. (Four occurrences, including one in unextended.py.) Other than that, review+
Merged, ta!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.