### # 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: