numberoverzero / bottom

asyncio-based rfc2812-compliant IRC Client
http://bottom-docs.readthedocs.io
MIT License
74 stars 23 forks source link

Tests use default event loop #13

Closed numberoverzero closed 8 years ago

numberoverzero commented 9 years ago

Similar to accordian we should be creating a new event loop per test.

This will be a larger part of the loop refactor that needs to occur for the main components: Client and Connection.