### # Copyright (c) 2021, B. Watson # All rights reserved. # # ### from supybot.test import * class SlackToolsTestCase(PluginTestCase): plugins = ('SlackTools',) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: