2019-12-06 06:53:08 +00:00

17 lines
263 B
Python

17 lines (10 sloc) 216 Bytes
###
# Copyright (c) 2019, oddluck
# All rights reserved.
#
#
###
from supybot.test import *
class AdviceTestCase(PluginTestCase):
plugins = ('IRCArt',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: