ubuntu-bots/Encyclopedia/test.py

15 lines
244 B
Python

###
# 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: