meshy / framewirc

An IRC toolkit built upon Python 3's asyncio module
BSD 2-Clause "Simplified" License
35 stars 4 forks source link

Address warning in tests #27

Open meshy opened 7 years ago

meshy commented 7 years ago

When we run the tests, we're seeing:

sys:1: RuntimeWarning: coroutine 'Connection.connect' was never awaited

This suggests to me that there is a misbehaving test somehow.

meshy commented 7 years ago

The problem code is almost surely from TestConnectTo.test_task_returned in test_client.py.