2019-12-05 09:52:21 +00:00

16 lines
222 B
Python

###
# Copyright (c) 2018, cottongin
# All rights reserved.
#
#
###
from supybot.test import *
class NewOddsTestCase(PluginTestCase):
plugins = ('NewOdds',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: