ubuntu-bots/LpLogin/test.py

15 lines
230 B
Python

###
# Copyright (c) 2007, Dennis Kaarsemaker
# All rights reserved.
#
#
###
from supybot.test import *
class LpLoginTestCase(PluginTestCase):
plugins = ('LpLogin',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: