2012-12-12 23:47:45 -05:00

15 lines
218 B
Python

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