12:55 < daf> + channel_props.get('Interfaces', ()), \ 12:55 < daf> + channel_props.get('Interfaces') 12:55 < daf> what does the second argument win us? 12:56 < daf> oh, it tells us what the value is if the assertion fails 12:56 < daf> the code would be shorter if you did: 12:56 < daf> def assertEquals(expected, value): 12:57 < daf> assert expected == value, "expected: %r; got: %r" % (expected, value) 12:57 < wjt> daf: that's true of every test 12:57 < smcv> RESOLVED LATER
Another cleanup we could do at the same time is to add the Requests interface to the connection proxy.
Daf implemented these.
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.