### # Copyright (c) 2013, tann # All rights reserved. # # ### from supybot.test import * class TriviaTimeTestCase(PluginTestCase): plugins = ('TriviaTime',) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: