aboutsummaryrefslogtreecommitdiff
path: root/SBoTools/test.py
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-06-23 17:25:03 -0400
committerB. Watson <yalhcru@gmail.com>2021-06-23 17:25:03 -0400
commit44be4bb654e313344a427f35a527de3e636f4a61 (patch)
treee9509375a2063c639e1c518c1813221cb99ee424 /SBoTools/test.py
parent2bbcfce248f12cf570c0e3c3aa706ccc85ef5597 (diff)
downloadlimnoria.slackfacts.plugins-44be4bb654e313344a427f35a527de3e636f4a61.tar.gz
Add SBoTools plugin (needs a lot more work)
Diffstat (limited to 'SBoTools/test.py')
-rw-r--r--SBoTools/test.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/SBoTools/test.py b/SBoTools/test.py
new file mode 100644
index 0000000..14d770b
--- /dev/null
+++ b/SBoTools/test.py
@@ -0,0 +1,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: