bamthomas / aioimaplib

Python asyncio IMAP4rev1 client library
GNU General Public License v3.0
135 stars 58 forks source link

Use assert instead of unittest assertions #88

Closed azmeuk closed 1 year ago

azmeuk commented 1 year ago

This uses the python assert statement instead of the unittest self.assert* methods for better readability.

This is how it is recommended to write assertions in pytest.