thiagokokada / i3pyblocks

A replacement for i3status, written in Python using asyncio.
MIT License
19 stars 2 forks source link

Refactor tests #127

Closed thiagokokada closed 3 years ago

thiagokokada commented 3 years ago

Use a backport of match from Python >3.8, that includes AsyncMock instead of using asynctest. This simplified a lot of tests, but unfortunately also broke i3pyblocks.blocks.dbus tests. But since this namespace is already a mess, don't bother fixing it.