~bnrubin/quotable/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
###
# Copyright (c) 2008, Benjamin Rubin
# All rights reserved.
#
#
###

from supybot.test import *

class QuoteBotTestCase(PluginTestCase):
    plugins = ('QuoteBot',)


# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: