2019-12-20 03:51:05 +00:00

17 lines
222 B
Python

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