~jpds/ubuntu-bots/remove-md5-usage

67 by Dennis Kaarsemaker
Mess and Lart are back
1
###
2
# Copyright (c) 2006-2007 Dennis Kaarsemaker
3
#
4
# This program is free software; you can redistribute it and/or modify
5
# it under the terms of version 2 of the GNU General Public License as
6
# published by the Free Software Foundation.
7
#
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
# GNU General Public License for more details.
12
#
13
###
14
15
from supybot.test import *
16
17
class MessTestCase(PluginTestCase):
18
    plugins = ('Mess',)