aboutsummaryrefslogtreecommitdiff
path: root/SBoTools/test.py
blob: 14d770b1d2ae4b47cf3e8dc717c3cfa99e1cec89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###
# Copyright (c) 2021, B. Watson
# All rights reserved.
#
#
###

from supybot.test import *


class SlackToolsTestCase(PluginTestCase):
    plugins = ('SlackTools',)


# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: