mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-28 22:41:08 -05:00
12 lines
209 B
Python
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:
|