mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
git-subtree-dir: IMDB git-subtree-mainline: 547e7ff9cb5c4e952cb06ef5fde4270795c79cc6 git-subtree-split: 7a4fab539f746f961a360f57012b771e3f70bafb
16 lines
227 B
Python
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:
|