12 lines
209 B
Python

# -*- coding: utf-8 -*-
# Copyright (c) 2013, spline
###
from supybot.test import *
class TweetyTestCase(PluginTestCase):
plugins = ('Tweety',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: