2020-06-13 12:12:42 +00:00

16 lines
226 B
Python

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