2020-02-09 18:49:46 +00:00

16 lines
234 B
Python

###
# Copyright (c) 2020, oddluck
# All rights reserved.
#
#
###
from supybot.test import *
class AdviceTestCase(PluginTestCase):
plugins = ('TextArt',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: