15 lines
223 B
Python

###
# Copyright (c) 2012-2013, spline
# All rights reserved.
#
#
###
from supybot.test import *
class WeatherTestCase(PluginTestCase):
plugins = ('Weather',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: