oddluck fbacaad20b Add 'IMDB/' from commit '7a4fab539f746f961a360f57012b771e3f70bafb'
git-subtree-dir: IMDB
git-subtree-mainline: 547e7ff9cb5c4e952cb06ef5fde4270795c79cc6
git-subtree-split: 7a4fab539f746f961a360f57012b771e3f70bafb
2019-03-09 01:40:31 -05:00

16 lines
227 B
Python

###
# Copyright (c) 2015, butterscotchstallion
# All rights reserved.
#
#
###
from supybot.test import *
class IMDBTestCase(PluginTestCase):
plugins = ('IMDB',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: