Possible test enhancements
@wjt
Submitted by Will Thompson Assigned to Telepathy bugs list
Description
match_jingle_action should be curried: almost every use is lambda e: jp.match_jingle_action(e.query, 'session-initiate') or similar.
Extract NewChannels-checking boilerplate.
Rename make_channel_proxy: wrap_channel should be used for channels, and the former only for SessionHandlers and StreamHandlers.