frawau / aiozeroconf

An asyncio/pure python implementation of multicast DNS service discovery
GNU Lesser General Public License v2.1
24 stars 6 forks source link

cleanup resources #6

Closed RouquinBlanc closed 6 years ago

RouquinBlanc commented 6 years ago

A bit more code cleanup, and more proper resources cleanup.

Now unit tests should pass without warnings on unclosed resources. As for coverage there as still plenty of uncovered cases but most of them on error cases. It would be good to put in place some test automation, with travis or other!

I'm not sure I will be able to dedicate more time this week-end though (and can't do it myself)...

frawau commented 6 years ago

Thanks.... I'll wait a bit before issuing a new release.