ubuntu-bots/Encyclopedia/test.py

15 lines
244 B
Python
Raw Normal View History

2006-06-26 17:57:20 +00:00
###
# 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: