From 15128b94b496324a1c0afd6cbdd7fffbdaa18ba7 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 17 Jun 2021 01:58:33 -0400 Subject: Initial commit. --- Manpages/test.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Manpages/test.py (limited to 'Manpages/test.py') diff --git a/Manpages/test.py b/Manpages/test.py new file mode 100644 index 0000000..53e803a --- /dev/null +++ b/Manpages/test.py @@ -0,0 +1,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: -- cgit v1.2.3