15 lines
226 B
Python
15 lines
226 B
Python
|
###
|
||
|
# Copyright (c) 2011, Fuck You
|
||
|
# All rights reserved.
|
||
|
#
|
||
|
#
|
||
|
###
|
||
|
|
||
|
from supybot.test import *
|
||
|
|
||
|
class RaumstatusTestCase(PluginTestCase):
|
||
|
plugins = ('Raumstatus',)
|
||
|
|
||
|
|
||
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|