Supybot-plugins/IMDb/test.py

15 lines
209 B
Python
Executable File

###
# Copyright (c) 2012, Dan
# All rights reserved.
#
#
###
from supybot.test import *
class IMDbTestCase(PluginTestCase):
plugins = ('IMDb',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: