aio-libs / aiomysql

aiomysql is a library for accessing a MySQL database from the asyncio
https://aiomysql.rtfd.io
MIT License
1.74k stars 255 forks source link

ensure more resources are closed in tests #840

Closed Nothing4You closed 2 years ago

Nothing4You commented 2 years ago

What do these changes do?

ensure more resources are closed in tests. this gets rid of a good amount of ResourceWarnings.

Are there changes in behavior for the user?

no

Related issue number

-

Checklist

Nothing4You commented 2 years ago

not sure where codecov went