aboutsummaryrefslogtreecommitdiff
path: root/Manpages/test.py
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-06-17 01:58:33 -0400
committerB. Watson <yalhcru@gmail.com>2021-06-17 01:58:33 -0400
commit15128b94b496324a1c0afd6cbdd7fffbdaa18ba7 (patch)
treea7901aab7124e41ca2a5466dd7547ee791061c7c /Manpages/test.py
downloadlimnoria.slackfacts.plugins-15128b94b496324a1c0afd6cbdd7fffbdaa18ba7.tar.gz
Initial commit.
Diffstat (limited to 'Manpages/test.py')
-rw-r--r--Manpages/test.py15
1 files changed, 15 insertions, 0 deletions
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: