mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-05-06 03:23:43 -05:00
git-subtree-dir: Jeopardy git-subtree-mainline: f7590e79da098dd9e496ef19757ef9dcb7225c6e git-subtree-split: 0db3861626146b42673a2f957bea79ff737f00f5
15 lines
244 B
Python
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:
|