aboutsummaryrefslogtreecommitdiff
path: root/Manpages/test.py
blob: 53e803ac3aa7eb3235b65d1be683e98dbad7255a (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 ManpagesTestCase(PluginTestCase):
    plugins = ('Manpages',)


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