Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

test_protocol: close the connection #57

Closed smurfix closed 8 years ago

smurfix commented 8 years ago

Otherwise we get a nasty "Task was destroyed but it is pending!" traceback under Python 3.5 (which breaks this test, because the testing.coroutine() wrapper checks for them)