* Reintroduce tests with ``pytest`` and ``tox``. * Add simple tests for :class:`~transformer_discord_notifier.discord.DiscordClient`. * Add tests for :class:`~transformer_discord_notifier.transformers.DiscordProgressCallback`.
0.3.1
------------------
* Let Discord bot gracefully handle initialization failures. * Let transformer callback handler handle invalid configs gracefully, to simply exit. * Better handling of edge cases of Discord client login.