Tanner 5e2e988a82 Tinkering
Nothing important.
2013-08-02 20:48:20 -05:00

15 lines
244 B
Python

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