2019-03-09 06:55:37 -05:00

17 lines
223 B
Python

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