2019-12-05 07:18:17 +00:00

16 lines
220 B
Python

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