### # Copyright (c) 2006, Dennis Kaarsemaker # All rights reserved. # # ### from supybot.test import * class Factoid pluginTestCase(PluginTestCase): plugins = ('Factoid plugin',) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: