mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-29 15:01:07 -05:00
15 lines
218 B
Python
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:
|